aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-06-25 20:16:26 +0200
committerChristian Grothoff <christian@grothoff.org>2018-06-25 20:16:26 +0200
commitaa4317d1e62c277e17fe2a5e3583b509ffbdc117 (patch)
treea281e6de1590c6710b285413f4eb2d421393b200 /src
parent44efedd8328a7cc82a05afc6f17c8ea2be57f586 (diff)
downloadgnunet-aa4317d1e62c277e17fe2a5e3583b509ffbdc117.tar.gz
gnunet-aa4317d1e62c277e17fe2a5e3583b509ffbdc117.zip
build fixes
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 = \