diff options
author | Christian Grothoff <christian@grothoff.org> | 2011-12-09 16:59:35 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2011-12-09 16:59:35 +0000 |
commit | a3d246e19c20c825b1504fd36b11b8cea0e166b8 (patch) | |
tree | 1112ba1e0eed2a6e6c159075b7bc07a55b75f5af | |
parent | d6f936b6ed351a1db764351bd134f7ff5ff828e9 (diff) | |
download | gnunet-gtk-a3d246e19c20c825b1504fd36b11b8cea0e166b8.tar.gz gnunet-gtk-a3d246e19c20c825b1504fd36b11b8cea0e166b8.zip |
-rename
-rw-r--r-- | src/statistics/Makefile.am | 10 | ||||
-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 | ||
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 |
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 | |||