aboutsummaryrefslogtreecommitdiff
path: root/src/util/Makefile.am
diff options
context:
space:
mode:
authorNils Durner <durner@gnunet.org>2011-02-21 20:41:06 +0000
committerNils Durner <durner@gnunet.org>2011-02-21 20:41:06 +0000
commit31dbbcdffc2544a63628d357d9e3a2655f6d8f77 (patch)
tree9b703a965ec6d3ccca4bf330b49017b2a414a8e9 /src/util/Makefile.am
parentb35e4e090c6bfcc6eb5cc5ba4f563b1a91749b65 (diff)
downloadgnunet-31dbbcdffc2544a63628d357d9e3a2655f6d8f77.tar.gz
gnunet-31dbbcdffc2544a63628d357d9e3a2655f6d8f77.zip
strtok_r
Diffstat (limited to 'src/util/Makefile.am')
-rw-r--r--src/util/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am
index 01e7e3219..927f50f2b 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -1,6 +1,7 @@
1INCLUDES = -I$(top_srcdir)/src/include 1INCLUDES = -I$(top_srcdir)/src/include
2 2
3plugindir = $(libdir)/gnunet 3plugindir = $(libdir)/gnunet
4SUBDIRS = libgnu
4 5
5if MINGW 6if MINGW
6noinst_LTLIBRARIES = \ 7noinst_LTLIBRARIES = \
@@ -74,7 +75,8 @@ libgnunetutil_la_LIBADD = \
74 $(GCLIBADD) $(WINLIB) \ 75 $(GCLIBADD) $(WINLIB) \
75 $(LIBGCRYPT_LIBS) \ 76 $(LIBGCRYPT_LIBS) \
76 $(LTLIBICONV) \ 77 $(LTLIBICONV) \
77 -lltdl -lz $(XLIB) 78 -lltdl -lz $(XLIB) \
79 libgnu/libgnu.la
78 80
79libgnunetutil_la_LDFLAGS = \ 81libgnunetutil_la_LDFLAGS = \
80 $(GN_LIB_LDFLAGS) \ 82 $(GN_LIB_LDFLAGS) \