aboutsummaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-08-31 19:21:03 +0000
committerChristian Grothoff <christian@grothoff.org>2013-08-31 19:21:03 +0000
commit9839451a4a8344322d6a1578540e2eb1919427d7 (patch)
tree9b3073727d059805ac94598a78a13d309111d8cf /src/util
parent7d8f30700625ba1a94cbdb66362d92943a447412 (diff)
downloadgnunet-9839451a4a8344322d6a1578540e2eb1919427d7.tar.gz
gnunet-9839451a4a8344322d6a1578540e2eb1919427d7.zip
trying to fix #3006, libltdl detection on FreeBSD
Diffstat (limited to 'src/util')
-rw-r--r--src/util/Makefile.am5
1 files changed, 1 insertions, 4 deletions
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 = \
108 time.c \ 108 time.c \
109 speedup.c 109 speedup.c
110 110
111libgnunetutil_la_CPPFLAGS = \
112 $(LTDLINCL)
113
114libgnunetutil_la_LIBADD = \ 111libgnunetutil_la_LIBADD = \
115 $(GCLIBADD) $(WINLIB) \ 112 $(GCLIBADD) $(WINLIB) \
116 $(LIBGCRYPT_LIBS) \ 113 $(LIBGCRYPT_LIBS) \
117 $(LTLIBICONV) \ 114 $(LTLIBICONV) \
118 $(LTLIBINTL) \ 115 $(LTLIBINTL) \
119 $(LIBLTDL) $(Z_LIBS) -lunistring $(XLIB) 116 -lltdl $(Z_LIBS) -lunistring $(XLIB)
120 117
121libgnunetutil_la_LDFLAGS = \ 118libgnunetutil_la_LDFLAGS = \
122 $(GN_LIB_LDFLAGS) \ 119 $(GN_LIB_LDFLAGS) \