Remove explicit addition of auto-generated dhparams.c, since it makes "make dist...
authorJustin Pettit <jpettit@nicira.com>
Fri, 28 Mar 2008 07:17:45 +0000 (00:17 -0700)
committerJustin Pettit <jpettit@nicira.com>
Fri, 28 Mar 2008 07:17:45 +0000 (00:17 -0700)
lib/Makefile.am

index a91631bcfaf5c84ea624036734de1f6a5e4002cf..a0d5e2b30c9e920fb69775eb9eda456224900a6b 100644 (file)
@@ -30,8 +30,7 @@ endif
 
 if HAVE_OPENSSL
 libopenflow_la_SOURCES += \
-       vconn-ssl.c \
-       dhparams.c
+       vconn-ssl.c 
 dhparams.c: dh1024.pem dh2048.pem dh4096.pem
        (echo '#include "dhparams.h"' &&                        \
         openssl dhparam -C -in $(srcdir)/dh1024.pem -noout &&  \