From: Ben Pfaff Date: Fri, 28 Mar 2008 16:36:45 +0000 (-0700) Subject: Compile, but do not distribute, the generate file dhparams.c. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a7d8ff6bf084fc97cd7644831cd72d7f3e5ccbb;p=openvswitch Compile, but do not distribute, the generate file dhparams.c. Improves upon 3d5c5b2b2, "Remove explicit addition of auto-generated dhparams.c", by allowing "make" to work as well as "make dist" :-) --- diff --git a/lib/Makefile.am b/lib/Makefile.am index a0d5e2b3..fff0c7fc 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -31,6 +31,7 @@ endif if HAVE_OPENSSL libopenflow_la_SOURCES += \ vconn-ssl.c +nodist_libopenflow_la_SOURCES = dhparams.c dhparams.c: dh1024.pem dh2048.pem dh4096.pem (echo '#include "dhparams.h"' && \ openssl dhparam -C -in $(srcdir)/dh1024.pem -noout && \