aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 480432f8..5d04f38d 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -3,7 +3,8 @@ SUBDIRS = .
3INCLUDES = \ 3INCLUDES = \
4 -I$(top_srcdir)/ \ 4 -I$(top_srcdir)/ \
5 @GTK_CFLAGS@ \ 5 @GTK_CFLAGS@ \
6 @GNUNETGTK_CFLAGS@ 6 @GNUNETGTK_CFLAGS@ \
7 @GLADE_CFLAGS@
7 8
8bin_PROGRAMS = gnunet-gtk 9bin_PROGRAMS = gnunet-gtk
9 10
@@ -26,6 +27,7 @@ gnunet_gtk_SOURCES = \
26 peerinfo.c peerinfo.h 27 peerinfo.c peerinfo.h
27gnunet_gtk_LDADD = \ 28gnunet_gtk_LDADD = \
28 @GTK_LIBS@ \ 29 @GTK_LIBS@ \
30 @GLADE_LIBS@ \
29 -lextractor \ 31 -lextractor \
30 -lgnunetutil \ 32 -lgnunetutil \
31 -lgnunetpeerinfo \ 33 -lgnunetpeerinfo \