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.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)