aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gns/Makefile.am3
-rw-r--r--src/regex/Makefile.am1
2 files changed, 0 insertions, 4 deletions
diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am
index 46642113f..987d71f25 100644
--- a/src/gns/Makefile.am
+++ b/src/gns/Makefile.am
@@ -206,10 +206,7 @@ gnunet_service_gns_LDADD = \
206 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 206 $(top_builddir)/src/statistics/libgnunetstatistics.la \
207 $(top_builddir)/src/util/libgnunetutil.la \ 207 $(top_builddir)/src/util/libgnunetutil.la \
208 $(top_builddir)/src/dns/libgnunetdns.la \ 208 $(top_builddir)/src/dns/libgnunetdns.la \
209 $(top_builddir)/src/dns/libgnunetdnsparser.la \
210 $(top_builddir)/src/dns/libgnunetdnsstub.la \
211 $(top_builddir)/src/dht/libgnunetdht.la \ 209 $(top_builddir)/src/dht/libgnunetdht.la \
212 $(top_builddir)/src/tun/libgnunettun.la \
213 $(top_builddir)/src/namecache/libgnunetnamecache.la \ 210 $(top_builddir)/src/namecache/libgnunetnamecache.la \
214 $(USE_VPN) \ 211 $(USE_VPN) \
215 $(GN_LIBINTL) 212 $(GN_LIBINTL)
diff --git a/src/regex/Makefile.am b/src/regex/Makefile.am
index 80997db40..2af6dcccd 100644
--- a/src/regex/Makefile.am
+++ b/src/regex/Makefile.am
@@ -171,7 +171,6 @@ test_regex_integration_SOURCES = \
171test_regex_integration_LDADD = -lm \ 171test_regex_integration_LDADD = -lm \
172 libgnunetregex.la \ 172 libgnunetregex.la \
173 $(top_builddir)/src/testing/libgnunettesting.la \ 173 $(top_builddir)/src/testing/libgnunettesting.la \
174 $(top_builddir)/src/tun/libgnunettun.la \
175 $(top_builddir)/src/util/libgnunetutil.la 174 $(top_builddir)/src/util/libgnunetutil.la
176 175
177test_regex_api_SOURCES = \ 176test_regex_api_SOURCES = \