diff options
Diffstat (limited to 'src/conversation/Makefile.am')
-rw-r--r-- | src/conversation/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/conversation/Makefile.am b/src/conversation/Makefile.am index ef5fa5c0..fc2cb64c 100644 --- a/src/conversation/Makefile.am +++ b/src/conversation/Makefile.am | |||
@@ -11,13 +11,13 @@ bin_PROGRAMS = gnunet-conversation-gtk | |||
11 | 11 | ||
12 | gnunet_conversation_gtk_SOURCES = \ | 12 | gnunet_conversation_gtk_SOURCES = \ |
13 | gnunet-conversation-gtk.c \ | 13 | gnunet-conversation-gtk.c \ |
14 | gnunet-conversation-gtk_about.c | 14 | gnunet-conversation-gtk_about.c |
15 | 15 | ||
16 | gnunet_conversation_gtk_LDADD = \ | 16 | gnunet_conversation_gtk_LDADD = \ |
17 | $(top_builddir)/src/lib/libgnunetgtk.la \ | 17 | $(top_builddir)/src/lib/libgnunetgtk.la \ |
18 | @GTK_LIBS@ \ | 18 | @GTK_LIBS@ \ |
19 | @GLADE_LIBS@ @GNUNET_LIBS@ \ | 19 | @GLADE_LIBS@ @GNUNET_LIBS@ \ |
20 | -lgnunetutil -lgnunetidentity -lgnunetconversation -lgnunetspeaker -lgnunetmicrophone -lgnunetgns -lgnunetfs -lextractor \ | 20 | -lgnunetutil -lgnunetidentity -lgnunetconversation -lgnunetspeaker -lgnunetmicrophone -lgnunetnamestore -lgnunetgnsrecord -lgnunetgns -lgnunetfs -lextractor \ |
21 | $(INTLLIBS) | 21 | $(INTLLIBS) |
22 | gnunet_conversation_gtk_LDFLAGS = \ | 22 | gnunet_conversation_gtk_LDFLAGS = \ |
23 | -export-dynamic | 23 | -export-dynamic |