diff options
Diffstat (limited to 'src/plugins/chat/Makefile.am')
-rw-r--r-- | src/plugins/chat/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/chat/Makefile.am b/src/plugins/chat/Makefile.am index 7383a895..13ea11b1 100644 --- a/src/plugins/chat/Makefile.am +++ b/src/plugins/chat/Makefile.am | |||
@@ -11,12 +11,12 @@ plugin_LTLIBRARIES = \ | |||
11 | 11 | ||
12 | libgnunetgtkmodule_chat_la_SOURCES = \ | 12 | libgnunetgtkmodule_chat_la_SOURCES = \ |
13 | chat.c | 13 | chat.c |
14 | 14 | ||
15 | libgnunetgtkmodule_chat_la_LIBADD = \ | 15 | libgnunetgtkmodule_chat_la_LIBADD = \ |
16 | $(top_builddir)/src/common/libgnunetgtk_common.la \ | 16 | $(top_builddir)/src/common/libgnunetgtk_common.la \ |
17 | -lgnunetutil \ | 17 | -lgnunetutil \ |
18 | -lgnunetchat_api \ | 18 | -lgnunetchat_api \ |
19 | @GTK_LIBS@ @GNUNETGTK_LIBS@ | 19 | @GTK_LIBS@ @GNUNETGTK_LIBS@ |
20 | 20 | ||
21 | libgnunetgtkmodule_chat_la_LDFLAGS = \ | 21 | libgnunetgtkmodule_chat_la_LDFLAGS = \ |
22 | -export-dynamic -avoid-version -module | 22 | -export-dynamic -avoid-version -module |