diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 3 |
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 |
27 | gnunet_gtk_LDADD = \ | 27 | gnunet_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) |
33 | gnunet_gtk_LDFLAGS = \ | 34 | gnunet_gtk_LDFLAGS = \ |
34 | -export-dynamic \ No newline at end of file | 35 | -export-dynamic |