aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-04-10 13:02:28 +0200
committerChristian Grothoff <christian@grothoff.org>2018-04-10 13:02:51 +0200
commit0cd0e3a5287af73bb81219ebc9548395a8945ce8 (patch)
treeb5bb24d78a4eed519b37e6fb8f9291a6282d06d4 /src/namestore/Makefile.am
parent3eae3e43d6f94449cb89998a676e6696438cc604 (diff)
downloadgnunet-0cd0e3a5287af73bb81219ebc9548395a8945ce8.tar.gz
gnunet-0cd0e3a5287af73bb81219ebc9548395a8945ce8.zip
more work on gnunet-zoneimport, some bugfix in flat namestore, misc. style fixes
Diffstat (limited to 'src/namestore/Makefile.am')
-rw-r--r--src/namestore/Makefile.am12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/namestore/Makefile.am b/src/namestore/Makefile.am
index a848d4b72..cdfed543d 100644
--- a/src/namestore/Makefile.am
+++ b/src/namestore/Makefile.am
@@ -126,12 +126,24 @@ libexec_PROGRAMS = \
126bin_PROGRAMS = \ 126bin_PROGRAMS = \
127 gnunet-namestore 127 gnunet-namestore
128 128
129noinst_PROGRAMS = \
130 gnunet-zoneimport
131
129if HAVE_MHD 132if HAVE_MHD
130libexec_PROGRAMS += \ 133libexec_PROGRAMS += \
131 gnunet-namestore-fcfsd 134 gnunet-namestore-fcfsd
132endif 135endif
133 136
134 137
138gnunet_zoneimport_SOURCES = \
139 gnunet-zoneimport.c
140gnunet_zoneimport_LDADD = \
141 $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \
142 $(top_builddir)/src/dns/libgnunetdnsparser.la \
143 $(top_builddir)/src/dns/libgnunetdnsstub.la \
144 $(top_builddir)/src/util/libgnunetutil.la \
145 $(GN_LIBINTL)
146
135gnunet_namestore_SOURCES = \ 147gnunet_namestore_SOURCES = \
136 gnunet-namestore.c 148 gnunet-namestore.c
137gnunet_namestore_LDADD = \ 149gnunet_namestore_LDADD = \