diff options
Diffstat (limited to 'src/statistics/Makefile.am')
-rw-r--r-- | src/statistics/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/statistics/Makefile.am b/src/statistics/Makefile.am index b494b0fe..d9f2988a 100644 --- a/src/statistics/Makefile.am +++ b/src/statistics/Makefile.am | |||
@@ -7,7 +7,9 @@ INCLUDES = \ | |||
7 | @GNUNET_CFLAGS@ \ | 7 | @GNUNET_CFLAGS@ \ |
8 | @GLADE_CFLAGS@ | 8 | @GLADE_CFLAGS@ |
9 | 9 | ||
10 | bin_PROGRAMS = gnunet-statistics-gtk gtk_statistics_demo | 10 | bin_PROGRAMS = gnunet-statistics-gtk |
11 | |||
12 | noinst_PROGRAMS = gtk_statistics_demo | ||
11 | 13 | ||
12 | gnunet_statistics_gtk_SOURCES = \ | 14 | gnunet_statistics_gtk_SOURCES = \ |
13 | gnunet-statistics-gtk.c \ | 15 | gnunet-statistics-gtk.c \ |
@@ -29,4 +31,4 @@ gtk_statistics_demo_LDADD = \ | |||
29 | @GLADE_LIBS@ @GNUNET_LIBS@ -lm \ | 31 | @GLADE_LIBS@ @GNUNET_LIBS@ -lm \ |
30 | $(INTLLIBS) | 32 | $(INTLLIBS) |
31 | gtk_statistics_demo_LDFLAGS = \ | 33 | gtk_statistics_demo_LDFLAGS = \ |
32 | -export-dynamic \ No newline at end of file | 34 | -export-dynamic |