Don't link in libdl.
This commit is contained in:
parent
d4ef7ea0e7
commit
2f7e532d70
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ noinst_HEADERS = conf.h encr.h net.h netutl.h protocol.h
|
|||
LIBS = @LIBS@
|
||||
|
||||
tincd_LDADD = $(top_builddir)/cipher/libcipher.la \
|
||||
$(top_builddir)/lib/libvpn.a -ldl
|
||||
$(top_builddir)/lib/libvpn.a
|
||||
|
||||
genauth_LDADD = $(top_builddir)/lib/libvpn.a
|
||||
|
||||
|
|
Loading…
Reference in a new issue