diff options
Diffstat (limited to 'src/statistics/Makefile.am')
-rw-r--r-- | src/statistics/Makefile.am | 10 |
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 | ||
10 | bin_PROGRAMS = gnunet-statistics-gtk test | 10 | bin_PROGRAMS = gnunet-statistics-gtk gtk_statistics_demo |
11 | 11 | ||
12 | gnunet_statistics_gtk_SOURCES = \ | 12 | gnunet_statistics_gtk_SOURCES = \ |
13 | gnunet-statistics-gtk.c \ | 13 | gnunet-statistics-gtk.c \ |
@@ -22,11 +22,11 @@ gnunet_statistics_gtk_LDADD = \ | |||
22 | gnunet_statistics_gtk_LDFLAGS = \ | 22 | gnunet_statistics_gtk_LDFLAGS = \ |
23 | -export-dynamic | 23 | -export-dynamic |
24 | 24 | ||
25 | test_SOURCES = \ | 25 | gtk_statistics_demo_SOURCES = \ |
26 | gtk_statistics.c gtk_statistics.h test.c | 26 | gtk_statistics.c gtk_statistics.h gtk_statistics_demo.c |
27 | test_LDADD = \ | 27 | gtk_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) |
31 | test_LDFLAGS = \ | 31 | gtk_statistics_demo_LDFLAGS = \ |
32 | -export-dynamic \ No newline at end of file | 32 | -export-dynamic \ No newline at end of file |