diff options
Diffstat (limited to 'src/namestore/Makefile.am')
-rw-r--r-- | src/namestore/Makefile.am | 3 |
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 | ||
13 | gnunet_namestore_gtk_SOURCES = \ | 13 | gnunet_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 |
16 | gnunet_namestore_gtk_LDADD = \ | 16 | gnunet_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 \ |