aboutsummaryrefslogtreecommitdiff
path: root/src/gns/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-03-05 20:00:21 +0100
committerChristian Grothoff <christian@grothoff.org>2018-03-05 20:00:34 +0100
commit0f4032609d5372978e0c038ee05f51ce9c131876 (patch)
tree3fb3beaf77177f4aca197a350b6dd0381fe1a502 /src/gns/Makefile.am
parent044170c00077438d30ab0c832a7193eb093aae30 (diff)
downloadgnunet-0f4032609d5372978e0c038ee05f51ce9c131876.tar.gz
gnunet-0f4032609d5372978e0c038ee05f51ce9c131876.zip
add convenience API to gnunetgns lib
Diffstat (limited to 'src/gns/Makefile.am')
-rw-r--r--src/gns/Makefile.am5
1 files changed, 3 insertions, 2 deletions
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 = \
111gnunet_gns_LDADD = \ 111gnunet_gns_LDADD = \
112 libgnunetgns.la \ 112 libgnunetgns.la \
113 $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \ 113 $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \
114 $(top_builddir)/src/identity/libgnunetidentity.la \
115 $(top_builddir)/src/util/libgnunetutil.la \ 114 $(top_builddir)/src/util/libgnunetutil.la \
116 $(GN_LIBINTL) 115 $(GN_LIBINTL)
117 116
@@ -214,9 +213,11 @@ libw32nsp_la_LDFLAGS = \
214 -no-undefined -static-libgcc 213 -no-undefined -static-libgcc
215 214
216libgnunetgns_la_SOURCES = \ 215libgnunetgns_la_SOURCES = \
217 gns_api.c gns.h 216 gns_api.c gns_api.h \
217 gns_tld_api.c gns.h
218libgnunetgns_la_LIBADD = \ 218libgnunetgns_la_LIBADD = \
219 $(top_builddir)/src/util/libgnunetutil.la $(XLIB) \ 219 $(top_builddir)/src/util/libgnunetutil.la $(XLIB) \
220 $(top_builddir)/src/identity/libgnunetidentity.la \
220 $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la 221 $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la
221libgnunetgns_la_LDFLAGS = \ 222libgnunetgns_la_LDFLAGS = \
222 $(GN_LIB_LDFLAGS) 223 $(GN_LIB_LDFLAGS)