aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/stats/Makefile.am
blob: ed5db57a35e669ac487b69f153318c2fc2199e9a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
INCLUDES = \
  -I$(top_srcdir)/intl \
  -I$(top_srcdir)/src/include \
  @GTK_CFLAGS@ \
  @GNUNETGTK_CFLAGS@

plugindir = $(libdir)/GNUnet

plugin_LTLIBRARIES = \
  libgnunetgtkmodule_stats.la

libgnunetgtkmodule_stats_la_SOURCES = \
  functions.c functions.h \
  statistics.c
libgnunetgtkmodule_stats_la_LIBADD = \
  @GTK_LIBS@ @GNUNETGTK_LIBS@ \
  $(top_builddir)/src/common/libgnunetgtk_common.la \
  -lgnunetutil \
  -lgnunetgetoption_api \
  -lgnunetstats_api 
libgnunetgtkmodule_stats_la_LDFLAGS = \
  -export-dynamic -avoid-version -module