aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/namestore/Makefile.am')
-rw-r--r--src/namestore/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/namestore/Makefile.am b/src/namestore/Makefile.am
index 000df2fd..c70b54ca 100644
--- a/src/namestore/Makefile.am
+++ b/src/namestore/Makefile.am
@@ -12,9 +12,10 @@ bin_PROGRAMS = gnunet-namestore-gtk
12 12
13gnunet_namestore_gtk_SOURCES = \ 13gnunet_namestore_gtk_SOURCES = \
14 gnunet-namestore-gtk.c \ 14 gnunet-namestore-gtk.c \
15 gnunet-namestore-gtk_edit.c gnunet-namestore-gtk_edit.h 15 gnunet-namestore-gtk_edit.c
16gnunet_namestore_gtk_LDADD = \ 16gnunet_namestore_gtk_LDADD = \
17 $(top_builddir)/src/lib/libgnunetgtk.la \ 17 $(top_builddir)/src/lib/libgnunetgtk.la \
18 -lgmodule-2.0 \
18 @GTK_LIBS@ @GNUNET_LIBS@ @GLADE_LIBS@ @QR_LIBS@ \ 19 @GTK_LIBS@ @GNUNET_LIBS@ @GLADE_LIBS@ @QR_LIBS@ \
19 $(WINLIBS) \ 20 $(WINLIBS) \
20 -lgnunetutil -lgnunetgnsrecord -lgnunetnamestore -lgnunetdnsparser \ 21 -lgnunetutil -lgnunetgnsrecord -lgnunetnamestore -lgnunetdnsparser \