diff options
Diffstat (limited to 'src/plugins/stats/Makefile.am')
-rw-r--r-- | src/plugins/stats/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/stats/Makefile.am b/src/plugins/stats/Makefile.am index 3f93b2a6..7b1362d4 100644 --- a/src/plugins/stats/Makefile.am +++ b/src/plugins/stats/Makefile.am | |||
@@ -10,10 +10,12 @@ plugin_LTLIBRARIES = \ | |||
10 | libgnunetgtkmodule_stats.la | 10 | libgnunetgtkmodule_stats.la |
11 | 11 | ||
12 | libgnunetgtkmodule_stats_la_SOURCES = \ | 12 | libgnunetgtkmodule_stats_la_SOURCES = \ |
13 | functions.c functions.h \ | ||
13 | statistics.c | 14 | statistics.c |
14 | libgnunetgtkmodule_stats_la_LIBADD = \ | 15 | libgnunetgtkmodule_stats_la_LIBADD = \ |
15 | $(top_builddir)/src/common/libgnunetgtk_common.la \ | 16 | $(top_builddir)/src/common/libgnunetgtk_common.la \ |
16 | -lgnunetutil \ | 17 | -lgnunetutil \ |
18 | -lgnunetgetoption_api \ | ||
17 | -lgnunetstats_api | 19 | -lgnunetstats_api |
18 | libgnunetgtkmodule_stats_la_LDFLAGS = \ | 20 | libgnunetgtkmodule_stats_la_LDFLAGS = \ |
19 | -export-dynamic -avoid-version -module | 21 | -export-dynamic -avoid-version -module |