diff options
author | Christian Grothoff <christian@grothoff.org> | 2011-12-11 11:05:29 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2011-12-11 11:05:29 +0000 |
commit | 05fee02029b388ae9d501233835f704a5e1096b1 (patch) | |
tree | 982e1e49e2f6f399dbd90fc4de236d9cc1052f36 | |
parent | 3bcfd8e974513f815a678c8bac654ca9f4bfd82c (diff) | |
download | gnunet-gtk-05fee02029b388ae9d501233835f704a5e1096b1.tar.gz gnunet-gtk-05fee02029b388ae9d501233835f704a5e1096b1.zip |
-enable building stats
-rw-r--r-- | src/Makefile.am | 2 | ||||
-rw-r--r-- | src/statistics/Makefile.am | 6 |
2 files changed, 5 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 373812f3..d0768e0f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am | |||
@@ -1 +1 @@ | |||
SUBDIRS = . include lib $(GNUNET_FS_APP) $(GNUNET_SETUP_APP) $(GNUNET_PEERINFO_APP) | SUBDIRS = . include lib $(GNUNET_FS_APP) $(GNUNET_SETUP_APP) $(GNUNET_PEERINFO_APP) statistics | ||
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 |