aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorlurchi <lurchi@strangeplace.net>2018-06-25 20:45:48 +0200
committerlurchi <lurchi@strangeplace.net>2018-06-25 20:45:48 +0200
commitc3ba5de2238cedc1b49e65b0282b2e599eb460e4 (patch)
tree6d30759c305fec1794b7dccd608b3a497f7b8055 /src
parentaa4317d1e62c277e17fe2a5e3583b509ffbdc117 (diff)
downloadgnunet-c3ba5de2238cedc1b49e65b0282b2e599eb460e4.tar.gz
gnunet-c3ba5de2238cedc1b49e65b0282b2e599eb460e4.zip
fix build error
Diffstat (limited to 'src')
-rw-r--r--src/exit/Makefile.am1
-rw-r--r--src/gns/Makefile.am3
-rw-r--r--src/namestore/Makefile.am2
3 files changed, 0 insertions, 6 deletions
diff --git a/src/exit/Makefile.am b/src/exit/Makefile.am
index 442ce971c..ea4f08c73 100644
--- a/src/exit/Makefile.am
+++ b/src/exit/Makefile.am
@@ -49,7 +49,6 @@ endif
49gnunet_daemon_exit_SOURCES = \ 49gnunet_daemon_exit_SOURCES = \
50 gnunet-daemon-exit.c exit.h 50 gnunet-daemon-exit.c exit.h
51gnunet_daemon_exit_LDADD = \ 51gnunet_daemon_exit_LDADD = \
52 $(top_builddir)/src/dns/libgnunetdnsstub.la \
53 $(top_builddir)/src/dht/libgnunetdht.la \ 52 $(top_builddir)/src/dht/libgnunetdht.la \
54 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 53 $(top_builddir)/src/statistics/libgnunetstatistics.la \
55 $(top_builddir)/src/util/libgnunetutil.la \ 54 $(top_builddir)/src/util/libgnunetutil.la \
diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am
index 987d71f25..2c7bb8ebb 100644
--- a/src/gns/Makefile.am
+++ b/src/gns/Makefile.am
@@ -102,7 +102,6 @@ libgnunet_plugin_gnsrecord_gns_la_SOURCES = \
102 plugin_gnsrecord_gns.c 102 plugin_gnsrecord_gns.c
103libgnunet_plugin_gnsrecord_gns_la_LIBADD = \ 103libgnunet_plugin_gnsrecord_gns_la_LIBADD = \
104 $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \ 104 $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \
105 $(top_builddir)/src/dns/libgnunetdnsparser.la \
106 $(top_builddir)/src/util/libgnunetutil.la \ 105 $(top_builddir)/src/util/libgnunetutil.la \
107 $(LTLIBINTL) 106 $(LTLIBINTL)
108libgnunet_plugin_gnsrecord_gns_la_LDFLAGS = \ 107libgnunet_plugin_gnsrecord_gns_la_LDFLAGS = \
@@ -140,8 +139,6 @@ gnunet_dns2gns_LDADD = \
140 libgnunetgns.la \ 139 libgnunetgns.la \
141 $(top_builddir)/src/util/libgnunetutil.la \ 140 $(top_builddir)/src/util/libgnunetutil.la \
142 $(top_builddir)/src/identity/libgnunetidentity.la \ 141 $(top_builddir)/src/identity/libgnunetidentity.la \
143 $(top_builddir)/src/dns/libgnunetdnsparser.la \
144 $(top_builddir)/src/dns/libgnunetdnsstub.la \
145 $(GN_LIBINTL) 142 $(GN_LIBINTL)
146 143
147if LINUX 144if LINUX
diff --git a/src/namestore/Makefile.am b/src/namestore/Makefile.am
index fa85cc060..777e722c2 100644
--- a/src/namestore/Makefile.am
+++ b/src/namestore/Makefile.am
@@ -147,8 +147,6 @@ gnunet_zoneimport_LDADD = \
147 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 147 $(top_builddir)/src/statistics/libgnunetstatistics.la \
148 $(top_builddir)/src/identity/libgnunetidentity.la \ 148 $(top_builddir)/src/identity/libgnunetidentity.la \
149 $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \ 149 $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \
150 $(top_builddir)/src/dns/libgnunetdnsparser.la \
151 $(top_builddir)/src/dns/libgnunetdnsstub.la \
152 $(top_builddir)/src/util/libgnunetutil.la \ 150 $(top_builddir)/src/util/libgnunetutil.la \
153 $(GN_LIBINTL) 151 $(GN_LIBINTL)
154 152