diff options
Diffstat (limited to 'src/plugins/daemon/Makefile.am')
-rw-r--r-- | src/plugins/daemon/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/daemon/Makefile.am b/src/plugins/daemon/Makefile.am index 88f521bb..822e06ab 100644 --- a/src/plugins/daemon/Makefile.am +++ b/src/plugins/daemon/Makefile.am | |||
@@ -12,6 +12,7 @@ plugin_LTLIBRARIES = \ | |||
12 | libgnunetgtkmodule_daemon_la_SOURCES = \ | 12 | libgnunetgtkmodule_daemon_la_SOURCES = \ |
13 | daemon.c | 13 | daemon.c |
14 | libgnunetgtkmodule_daemon_la_LIBADD = \ | 14 | libgnunetgtkmodule_daemon_la_LIBADD = \ |
15 | @GTK_LIBS@ @GNUNETGTK_LIBS@ \ | ||
15 | $(top_builddir)/src/common/libgnunetgtk_common.la \ | 16 | $(top_builddir)/src/common/libgnunetgtk_common.la \ |
16 | -lgnunetutil \ | 17 | -lgnunetutil \ |
17 | -lgnunetgetoption_api | 18 | -lgnunetgetoption_api |