aboutsummaryrefslogtreecommitdiff
path: root/src/statistics/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/statistics/Makefile.am')
-rw-r--r--src/statistics/Makefile.am10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/statistics/Makefile.am b/src/statistics/Makefile.am
index 316f5cb3..b494b0fe 100644
--- a/src/statistics/Makefile.am
+++ b/src/statistics/Makefile.am
@@ -7,7 +7,7 @@ INCLUDES = \
7 @GNUNET_CFLAGS@ \ 7 @GNUNET_CFLAGS@ \
8 @GLADE_CFLAGS@ 8 @GLADE_CFLAGS@
9 9
10bin_PROGRAMS = gnunet-statistics-gtk test 10bin_PROGRAMS = gnunet-statistics-gtk gtk_statistics_demo
11 11
12gnunet_statistics_gtk_SOURCES = \ 12gnunet_statistics_gtk_SOURCES = \
13 gnunet-statistics-gtk.c \ 13 gnunet-statistics-gtk.c \
@@ -22,11 +22,11 @@ gnunet_statistics_gtk_LDADD = \
22gnunet_statistics_gtk_LDFLAGS = \ 22gnunet_statistics_gtk_LDFLAGS = \
23 -export-dynamic 23 -export-dynamic
24 24
25test_SOURCES = \ 25gtk_statistics_demo_SOURCES = \
26 gtk_statistics.c gtk_statistics.h test.c 26 gtk_statistics.c gtk_statistics.h gtk_statistics_demo.c
27test_LDADD = \ 27gtk_statistics_demo_LDADD = \
28 @GTK_LIBS@ \ 28 @GTK_LIBS@ \
29 @GLADE_LIBS@ @GNUNET_LIBS@ -lm \ 29 @GLADE_LIBS@ @GNUNET_LIBS@ -lm \
30 $(INTLLIBS) 30 $(INTLLIBS)
31test_LDFLAGS = \ 31gtk_statistics_demo_LDFLAGS = \
32 -export-dynamic \ No newline at end of file 32 -export-dynamic \ No newline at end of file