diff options
Diffstat (limited to 'src/plugins/stats/Makefile.am')
-rw-r--r-- | src/plugins/stats/Makefile.am | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/plugins/stats/Makefile.am b/src/plugins/stats/Makefile.am new file mode 100644 index 00000000..3f93b2a6 --- /dev/null +++ b/src/plugins/stats/Makefile.am | |||
@@ -0,0 +1,19 @@ | |||
1 | INCLUDES = \ | ||
2 | -I$(top_srcdir)/intl \ | ||
3 | -I$(top_srcdir)/src/include \ | ||
4 | @GTK_CFLAGS@ \ | ||
5 | @GNUNETGTK_CFLAGS@ | ||
6 | |||
7 | plugindir = $(libdir)/GNUnet | ||
8 | |||
9 | plugin_LTLIBRARIES = \ | ||
10 | libgnunetgtkmodule_stats.la | ||
11 | |||
12 | libgnunetgtkmodule_stats_la_SOURCES = \ | ||
13 | statistics.c | ||
14 | libgnunetgtkmodule_stats_la_LIBADD = \ | ||
15 | $(top_builddir)/src/common/libgnunetgtk_common.la \ | ||
16 | -lgnunetutil \ | ||
17 | -lgnunetstats_api | ||
18 | libgnunetgtkmodule_stats_la_LDFLAGS = \ | ||
19 | -export-dynamic -avoid-version -module | ||