From 9839451a4a8344322d6a1578540e2eb1919427d7 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 31 Aug 2013 19:21:03 +0000 Subject: trying to fix #3006, libltdl detection on FreeBSD --- src/util/Makefile.am | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/util') diff --git a/src/util/Makefile.am b/src/util/Makefile.am index 17c06ddbd..cb058e40d 100644 --- a/src/util/Makefile.am +++ b/src/util/Makefile.am @@ -108,15 +108,12 @@ libgnunetutil_la_SOURCES = \ time.c \ speedup.c -libgnunetutil_la_CPPFLAGS = \ - $(LTDLINCL) - libgnunetutil_la_LIBADD = \ $(GCLIBADD) $(WINLIB) \ $(LIBGCRYPT_LIBS) \ $(LTLIBICONV) \ $(LTLIBINTL) \ - $(LIBLTDL) $(Z_LIBS) -lunistring $(XLIB) + -lltdl $(Z_LIBS) -lunistring $(XLIB) libgnunetutil_la_LDFLAGS = \ $(GN_LIB_LDFLAGS) \ -- cgit v1.2.3