aboutsummaryrefslogtreecommitdiff
path: root/src/gns/Makefile.am
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-09-03 15:04:41 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-09-03 15:04:41 +0000
commit32566458738aa4d91d02616ef4f38c2614acf301 (patch)
tree33e57c9be6928b3435a8d63417f647656aaab75c /src/gns/Makefile.am
parenta6c88c59dfc11abe372b928bdf938cc19e4c8891 (diff)
downloadgnunet-32566458738aa4d91d02616ef4f38c2614acf301.tar.gz
gnunet-32566458738aa4d91d02616ef4f38c2614acf301.zip
next one
Diffstat (limited to 'src/gns/Makefile.am')
-rw-r--r--src/gns/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am
index 59bd1191a..9c2d5b3fe 100644
--- a/src/gns/Makefile.am
+++ b/src/gns/Makefile.am
@@ -229,12 +229,12 @@ test_gns_max_queries_LDADD = \
229 $(top_builddir)/src/util/libgnunetutil.la \ 229 $(top_builddir)/src/util/libgnunetutil.la \
230 $(top_builddir)/src/namestore/libgnunetnamestore.la \ 230 $(top_builddir)/src/namestore/libgnunetnamestore.la \
231 $(top_builddir)/src/gns/libgnunetgns.la \ 231 $(top_builddir)/src/gns/libgnunetgns.la \
232 $(top_builddir)/src/testing_old/libgnunettesting_old.la 232 $(top_builddir)/src/testing/libgnunettesting.la
233test_gns_max_queries_DEPENDENCIES = \ 233test_gns_max_queries_DEPENDENCIES = \
234 $(top_builddir)/src/util/libgnunetutil.la \ 234 $(top_builddir)/src/util/libgnunetutil.la \
235 $(top_builddir)/src/namestore/libgnunetnamestore.la \ 235 $(top_builddir)/src/namestore/libgnunetnamestore.la \
236 $(top_builddir)/src/gns/libgnunetgns.la \ 236 $(top_builddir)/src/gns/libgnunetgns.la \
237 $(top_builddir)/src/testing_old/libgnunettesting_old.la 237 $(top_builddir)/src/testing/libgnunettesting.la
238 238
239test_gns_cname_lookup_SOURCES = \ 239test_gns_cname_lookup_SOURCES = \
240 test_gns_cname_lookup.c 240 test_gns_cname_lookup.c