Don't explicitly link against libdl.
authorBen Pfaff <blp@nicira.com>
Mon, 21 Jul 2008 21:50:36 +0000 (14:50 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 21 Jul 2008 22:05:53 +0000 (15:05 -0700)
commit5fc6464527b11f08f1e3592e2c8eff621521d85c
tree09e3e43fe9bcca1c4a7c2ffa63aca1ebfc8b98f9
parent6e1d7e425482664ae0d4af88a36f2f7d9e0e8a6b
Don't explicitly link against libdl.

There is no need to add -ldl explicitly to each program's LDADD, because
the configure test for dladdr does that for us.
controller/Makefile.am
secchan/Makefile.am
switch/Makefile.am
tests/Makefile.am