diff options
Diffstat (limited to 'src/plugins/stats/Makefile.am')
-rw-r--r-- | src/plugins/stats/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/stats/Makefile.am b/src/plugins/stats/Makefile.am index dd32276a..ecd8bf0b 100644 --- a/src/plugins/stats/Makefile.am +++ b/src/plugins/stats/Makefile.am | |||
@@ -13,9 +13,10 @@ libgnunetgtkmodule_stats_la_SOURCES = \ | |||
13 | functions.c functions.h \ | 13 | functions.c functions.h \ |
14 | statistics.c | 14 | statistics.c |
15 | libgnunetgtkmodule_stats_la_LIBADD = \ | 15 | libgnunetgtkmodule_stats_la_LIBADD = \ |
16 | @GTK_LIBS@ @GNUNETGTK_LIBS@ \ | 16 | @GTK_LIBS@ @GNUNETGTK_LIBS@ \ |
17 | $(top_builddir)/src/common/libgnunetgtk_common.la \ | 17 | $(top_builddir)/src/common/libgnunetgtk_common.la \ |
18 | -lgnunetutil \ | 18 | -lgnunetutil \ |
19 | -lgnunetutil_cron \ | ||
19 | -lgnunetgetoption_api \ | 20 | -lgnunetgetoption_api \ |
20 | -lgnunetstats_api | 21 | -lgnunetstats_api |
21 | libgnunetgtkmodule_stats_la_LDFLAGS = \ | 22 | libgnunetgtkmodule_stats_la_LDFLAGS = \ |