aboutsummaryrefslogtreecommitdiff
path: root/src/gns/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/gns/Makefile.am')
-rw-r--r--src/gns/Makefile.am16
1 files changed, 14 insertions, 2 deletions
diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am
index e35116cc9..64484dbf3 100644
--- a/src/gns/Makefile.am
+++ b/src/gns/Makefile.am
@@ -20,7 +20,8 @@ lib_LTLIBRARIES = \
20 20
21bin_PROGRAMS = \ 21bin_PROGRAMS = \
22 gnunet-service-gns \ 22 gnunet-service-gns \
23 gnunet-gns-fcfsd 23 gnunet-gns-fcfsd \
24 gnunet-gns
24 25
25#noinst_PROGRAMS = \ 26#noinst_PROGRAMS = \
26# gnunet-gns-lookup 27# gnunet-gns-lookup
@@ -118,7 +119,18 @@ gnunet_gns_fcfsd_LDADD = -lmicrohttpd \
118 $(top_builddir)/src/util/libgnunetutil.la \ 119 $(top_builddir)/src/util/libgnunetutil.la \
119 $(top_builddir)/src/namestore/libgnunetnamestore.la \ 120 $(top_builddir)/src/namestore/libgnunetnamestore.la \
120 $(GN_LIBINTL) 121 $(GN_LIBINTL)
121gnunet_service_gns_DEPENDENCIES = \ 122gnunet_gns_fcfsd_DEPENDENCIES = \
123 $(top_builddir)/src/util/libgnunetutil.la \
124 $(top_builddir)/src/namestore/libgnunetnamestore.la
125
126
127gnunet_gns_SOURCES = \
128 gnunet-gns.c
129gnunet_gns_LDADD = \
130 $(top_builddir)/src/util/libgnunetutil.la \
131 $(top_builddir)/src/namestore/libgnunetnamestore.la \
132 $(GN_LIBINTL)
133gnunet_gns_DEPENDENCIES = \
122 $(top_builddir)/src/util/libgnunetutil.la \ 134 $(top_builddir)/src/util/libgnunetutil.la \
123 $(top_builddir)/src/namestore/libgnunetnamestore.la 135 $(top_builddir)/src/namestore/libgnunetnamestore.la
124 136