aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-12-09 16:59:35 +0000
committerChristian Grothoff <christian@grothoff.org>2011-12-09 16:59:35 +0000
commita3d246e19c20c825b1504fd36b11b8cea0e166b8 (patch)
tree1112ba1e0eed2a6e6c159075b7bc07a55b75f5af
parentd6f936b6ed351a1db764351bd134f7ff5ff828e9 (diff)
downloadgnunet-gtk-a3d246e19c20c825b1504fd36b11b8cea0e166b8.tar.gz
gnunet-gtk-a3d246e19c20c825b1504fd36b11b8cea0e166b8.zip
-rename
-rw-r--r--src/statistics/Makefile.am10
-rw-r--r--src/statistics/gtk_statistics_demo.c (renamed from src/statistics/test.c)0
2 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
diff --git a/src/statistics/test.c b/src/statistics/gtk_statistics_demo.c
index cdd61cd0..cdd61cd0 100644
--- a/src/statistics/test.c
+++ b/src/statistics/gtk_statistics_demo.c