diff options
author | Christian Grothoff <christian@grothoff.org> | 2013-10-07 14:38:00 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2013-10-07 14:38:00 +0000 |
commit | 5de2318135df2087a60c591628e7cc6414149bdd (patch) | |
tree | b1f9773c64c7a9716db5a95767766124ade42762 | |
parent | 484400497834e7d0b2b1c3696441b6728b17c2f4 (diff) | |
download | gnunet-gtk-5de2318135df2087a60c591628e7cc6414149bdd.tar.gz gnunet-gtk-5de2318135df2087a60c591628e7cc6414149bdd.zip |
-oops
-rw-r--r-- | src/namestore/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/namestore/Makefile.am b/src/namestore/Makefile.am index 196e0a47..372c7f8e 100644 --- a/src/namestore/Makefile.am +++ b/src/namestore/Makefile.am | |||
@@ -4,19 +4,19 @@ INCLUDES = \ | |||
4 | -I$(top_srcdir)/ \ | 4 | -I$(top_srcdir)/ \ |
5 | -I$(top_srcdir)/src/include | 5 | -I$(top_srcdir)/src/include |
6 | 6 | ||
7 | bin_PROGRAMS = gnunet-setup | 7 | bin_PROGRAMS = gnunet-namestore-gtk |
8 | 8 | ||
9 | gnunet_setup_SOURCES = \ | 9 | gnunet_namestore_gtk_SOURCES = \ |
10 | gnunet-namestore-gtk.c \ | 10 | gnunet-namestore-gtk.c \ |
11 | gnunet-namestore-gtk_edit.c gnunet-namestore-gtk_edit.h | 11 | gnunet-namestore-gtk_edit.c gnunet-namestore-gtk_edit.h |
12 | gnunet_setup_LDADD = \ | 12 | gnunet_namestore_gtk_LDADD = \ |
13 | $(top_builddir)/src/lib/libgnunetgtk.la \ | 13 | $(top_builddir)/src/lib/libgnunetgtk.la \ |
14 | @GTK_LIBS@ @GNUNET_LIBS@ @GLADE_LIBS@ @QR_LIBS@ \ | 14 | @GTK_LIBS@ @GNUNET_LIBS@ @GLADE_LIBS@ @QR_LIBS@ \ |
15 | $(WINLIBS) \ | 15 | $(WINLIBS) \ |
16 | -lgnunetutil -lgnunetnamestore -lgnunetdnsparser \ | 16 | -lgnunetutil -lgnunetnamestore -lgnunetdnsparser \ |
17 | -lgnunetidentity \ | 17 | -lgnunetidentity \ |
18 | $(INTLLIBS) | 18 | $(INTLLIBS) |
19 | gnunet_setup_CFLAGS = \ | 19 | gnunet_namestore_gtk_CFLAGS = \ |
20 | @GTK_CFLAGS@ \ | 20 | @GTK_CFLAGS@ \ |
21 | @GNUNET_CFLAGS@ \ | 21 | @GNUNET_CFLAGS@ \ |
22 | @GLADE_CFLAGS@ \ | 22 | @GLADE_CFLAGS@ \ |