Only link programs that need it against OpenSSL.
authorBen Pfaff <blp@nicira.com>
Mon, 21 Jul 2008 21:37:21 +0000 (14:37 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 21 Jul 2008 22:05:53 +0000 (15:05 -0700)
commit6e1d7e425482664ae0d4af88a36f2f7d9e0e8a6b
tree52feafd61cb51a8e796e819a728093c277cb46fe
parent67a603dde8e4a58cc2cadf7740cdf57d7a7cf1ab
Only link programs that need it against OpenSSL.

This keeps vlogconf, in particular, from being linked against OpenSSL,
which in turn keeps the Debian package build tools from complaining that
the openflow-common package shouldn't need to depend on OpenSSL but does
because of the spurious library link.
Make.vars
controller/Makefile.am
secchan/Makefile.am
switch/Makefile.am
utilities/Makefile.am