From 0f4032609d5372978e0c038ee05f51ce9c131876 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 5 Mar 2018 20:00:21 +0100 Subject: add convenience API to gnunetgns lib --- src/gns/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/gns/Makefile.am') diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am index e89192414..57b096b96 100644 --- a/src/gns/Makefile.am +++ b/src/gns/Makefile.am @@ -111,7 +111,6 @@ gnunet_gns_SOURCES = \ gnunet_gns_LDADD = \ libgnunetgns.la \ $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \ - $(top_builddir)/src/identity/libgnunetidentity.la \ $(top_builddir)/src/util/libgnunetutil.la \ $(GN_LIBINTL) @@ -214,9 +213,11 @@ libw32nsp_la_LDFLAGS = \ -no-undefined -static-libgcc libgnunetgns_la_SOURCES = \ - gns_api.c gns.h + gns_api.c gns_api.h \ + gns_tld_api.c gns.h libgnunetgns_la_LIBADD = \ $(top_builddir)/src/util/libgnunetutil.la $(XLIB) \ + $(top_builddir)/src/identity/libgnunetidentity.la \ $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la libgnunetgns_la_LDFLAGS = \ $(GN_LIB_LDFLAGS) -- cgit v1.2.3