aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-02-23 08:14:40 +0000
committerChristian Grothoff <christian@grothoff.org>2011-02-23 08:14:40 +0000
commit03df26e1ecf0cd44a059dbd4b566d6df348d5e42 (patch)
tree2cbaa51d05f8fbf8c347605d709eaec17e35431a
parent68408afa1244d8a1efec4abbeb4068088c626940 (diff)
downloadgnunet-03df26e1ecf0cd44a059dbd4b566d6df348d5e42.tar.gz
gnunet-03df26e1ecf0cd44a059dbd4b566d6df348d5e42.zip
die strtok_r
-rw-r--r--configure.ac1
-rw-r--r--src/util/Makefile.am1
2 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 822c0d53e..3d061c905 100644
--- a/configure.ac
+++ b/configure.ac
@@ -811,7 +811,6 @@ src/testing/Makefile
811src/topology/Makefile 811src/topology/Makefile
812src/transport/Makefile 812src/transport/Makefile
813src/util/Makefile 813src/util/Makefile
814src/util/libgnu/Makefile
815src/vpn/Makefile 814src/vpn/Makefile
816src/chat/Makefile 815src/chat/Makefile
817pkgconfig/Makefile 816pkgconfig/Makefile
diff --git a/src/util/Makefile.am b/src/util/Makefile.am
index 927f50f2b..2e8d1cc4e 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -1,7 +1,6 @@
1INCLUDES = -I$(top_srcdir)/src/include 1INCLUDES = -I$(top_srcdir)/src/include
2 2
3plugindir = $(libdir)/gnunet 3plugindir = $(libdir)/gnunet
4SUBDIRS = libgnu
5 4
6if MINGW 5if MINGW
7noinst_LTLIBRARIES = \ 6noinst_LTLIBRARIES = \