aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 = \