projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d5c5b2
)
Compile, but do not distribute, the generate file dhparams.c.
author
Ben Pfaff
<blp@nicira.com>
Fri, 28 Mar 2008 16:36:45 +0000
(09:36 -0700)
committer
Ben Pfaff
<blp@nicira.com>
Fri, 28 Mar 2008 16:36:45 +0000
(09:36 -0700)
Improves upon
3d5c5b2b2
, "Remove explicit addition of auto-generated
dhparams.c", by allowing "make" to work as well as "make dist" :-)
lib/Makefile.am
patch
|
blob
|
history
diff --git
a/lib/Makefile.am
b/lib/Makefile.am
index a0d5e2b30c9e920fb69775eb9eda456224900a6b..fff0c7fc2bc0e1341125df4e05a52262a2ef038e 100644
(file)
--- 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 && \