From 0cd0e3a5287af73bb81219ebc9548395a8945ce8 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 10 Apr 2018 13:02:28 +0200 Subject: more work on gnunet-zoneimport, some bugfix in flat namestore, misc. style fixes --- src/namestore/Makefile.am | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/namestore/Makefile.am') 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 = \ bin_PROGRAMS = \ gnunet-namestore +noinst_PROGRAMS = \ + gnunet-zoneimport + if HAVE_MHD libexec_PROGRAMS += \ gnunet-namestore-fcfsd endif +gnunet_zoneimport_SOURCES = \ + gnunet-zoneimport.c +gnunet_zoneimport_LDADD = \ + $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \ + $(top_builddir)/src/dns/libgnunetdnsparser.la \ + $(top_builddir)/src/dns/libgnunetdnsstub.la \ + $(top_builddir)/src/util/libgnunetutil.la \ + $(GN_LIBINTL) + gnunet_namestore_SOURCES = \ gnunet-namestore.c gnunet_namestore_LDADD = \ -- cgit v1.2.3