aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 363f984e..480432f8 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -26,9 +26,10 @@ gnunet_gtk_SOURCES = \
26 peerinfo.c peerinfo.h 26 peerinfo.c peerinfo.h
27gnunet_gtk_LDADD = \ 27gnunet_gtk_LDADD = \
28 @GTK_LIBS@ \ 28 @GTK_LIBS@ \
29 -lextractor \
29 -lgnunetutil \ 30 -lgnunetutil \
30 -lgnunetpeerinfo \ 31 -lgnunetpeerinfo \
31 -lgnunetfs \ 32 -lgnunetfs \
32 $(INTLLIBS) 33 $(INTLLIBS)
33gnunet_gtk_LDFLAGS = \ 34gnunet_gtk_LDFLAGS = \
34 -export-dynamic \ No newline at end of file 35 -export-dynamic