Makefile: Remove unnecessary includes of SSL_LIBS.
authorGurucharan Shetty <gshetty@nicira.com>
Tue, 4 Mar 2014 21:23:53 +0000 (13:23 -0800)
committerGurucharan Shetty <gshetty@nicira.com>
Tue, 4 Mar 2014 23:25:47 +0000 (15:25 -0800)
SSL_LIBS are needed for libopenvswitch and we include that
in lib/automake.mk. It is not necessary to include it
for every executable.

Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>

No differences found