diff options
Diffstat (limited to 'src/statistics/Makefile.am')
-rw-r--r-- | src/statistics/Makefile.am | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/statistics/Makefile.am b/src/statistics/Makefile.am index d9f2988a..a1b589e5 100644 --- a/src/statistics/Makefile.am +++ b/src/statistics/Makefile.am | |||
@@ -1,13 +1,13 @@ | |||
1 | SUBDIRS = . | 1 | SUBDIRS = . |
2 | 2 | ||
3 | INCLUDES = \ | 3 | AM_CPPFLAGS = \ |
4 | -I$(top_srcdir)/ \ | 4 | -I$(top_srcdir)/ \ |
5 | -I$(top_srcdir)/src/include \ | 5 | -I$(top_srcdir)/src/include \ |
6 | @GTK_CFLAGS@ \ | 6 | @GTK_CFLAGS@ \ |
7 | @GNUNET_CFLAGS@ \ | 7 | @GNUNET_CFLAGS@ \ |
8 | @GLADE_CFLAGS@ | 8 | @GLADE_CFLAGS@ |
9 | 9 | ||
10 | bin_PROGRAMS = gnunet-statistics-gtk | 10 | bin_PROGRAMS = gnunet-statistics-gtk |
11 | 11 | ||
12 | noinst_PROGRAMS = gtk_statistics_demo | 12 | noinst_PROGRAMS = gtk_statistics_demo |
13 | 13 | ||
@@ -20,15 +20,15 @@ gnunet_statistics_gtk_LDADD = \ | |||
20 | @GTK_LIBS@ \ | 20 | @GTK_LIBS@ \ |
21 | @GLADE_LIBS@ @GNUNET_LIBS@ \ | 21 | @GLADE_LIBS@ @GNUNET_LIBS@ \ |
22 | -lgnunetutil -lgnunetstatistics -lgnunetcore -lgnunettransport \ | 22 | -lgnunetutil -lgnunetstatistics -lgnunetcore -lgnunettransport \ |
23 | $(INTLLIBS) | 23 | $(INTLLIBS) |
24 | gnunet_statistics_gtk_LDFLAGS = \ | 24 | gnunet_statistics_gtk_LDFLAGS = \ |
25 | -export-dynamic | 25 | -export-dynamic |
26 | 26 | ||
27 | gtk_statistics_demo_SOURCES = \ | 27 | gtk_statistics_demo_SOURCES = \ |
28 | gtk_statistics.c gtk_statistics.h gtk_statistics_demo.c | 28 | gtk_statistics.c gtk_statistics.h gtk_statistics_demo.c |
29 | gtk_statistics_demo_LDADD = \ | 29 | gtk_statistics_demo_LDADD = \ |
30 | @GTK_LIBS@ \ | 30 | @GTK_LIBS@ \ |
31 | @GLADE_LIBS@ @GNUNET_LIBS@ -lm \ | 31 | @GLADE_LIBS@ @GNUNET_LIBS@ -lm \ |
32 | $(INTLLIBS) | 32 | $(INTLLIBS) |
33 | gtk_statistics_demo_LDFLAGS = \ | 33 | gtk_statistics_demo_LDFLAGS = \ |
34 | -export-dynamic | 34 | -export-dynamic |