From 2f7e532d703bbf6997ae04658379df0b0d844f62 Mon Sep 17 00:00:00 2001 From: Ivo Timmermans Date: Thu, 4 May 2000 23:16:43 +0000 Subject: [PATCH] Don't link in libdl. --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 863e660b..0a252d1b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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 -- 2.20.1