aboutsummaryrefslogtreecommitdiff
path: root/src/sysmon
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-01-15 10:13:03 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-01-15 10:13:03 +0000
commitf28e3b2f42cf79d824c1609809242e3d0e57043e (patch)
treefe2b457bf30e73886d82bcd90c10c7e21519115b /src/sysmon
parent8d84558abcccb459f34de85ab9d0a564377f5fdb (diff)
downloadgnunet-f28e3b2f42cf79d824c1609809242e3d0e57043e.tar.gz
gnunet-f28e3b2f42cf79d824c1609809242e3d0e57043e.zip
install withouth libgtop
Diffstat (limited to 'src/sysmon')
-rw-r--r--src/sysmon/Makefile.am6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/sysmon/Makefile.am b/src/sysmon/Makefile.am
index eddc6c001..bb14d8c46 100644
--- a/src/sysmon/Makefile.am
+++ b/src/sysmon/Makefile.am
@@ -6,7 +6,6 @@ libexecdir= $(pkglibdir)/libexec/
6 6
7if HAVE_LIBGTOP 7if HAVE_LIBGTOP
8 GN_LIBTOP = -lgtop-2.0 -lglib-2.0 8 GN_LIBTOP = -lgtop-2.0 -lglib-2.0
9 GN_SYSMON = gnunet_service_sysmon
10 GN_SYSMON_TEST_INIT = test_glibtop 9 GN_SYSMON_TEST_INIT = test_glibtop
11 GN_SYSMON_TEST_PROCESS = test_glibtop_process 10 GN_SYSMON_TEST_PROCESS = test_glibtop_process
12 GN_SYSMON_TEST_NETWORK = test_glibtop_network 11 GN_SYSMON_TEST_NETWORK = test_glibtop_network
@@ -24,14 +23,12 @@ if USE_COVERAGE
24endif 23endif
25 24
26libexec_PROGRAMS = \ 25libexec_PROGRAMS = \
27 $(GN_SYSMON) 26 gnunet_service_sysmon
28 27
29check_PROGRAMS = \ 28check_PROGRAMS = \
30 $(GN_SYSMON_TEST_INIT) \ 29 $(GN_SYSMON_TEST_INIT) \
31 $(GN_SYSMON_TEST_PROCESS) \ 30 $(GN_SYSMON_TEST_PROCESS) \
32 $(GN_SYSMON_TEST_NETWORK) 31 $(GN_SYSMON_TEST_NETWORK)
33
34if HAVE_GLIB2
35 32
36gnunet_service_sysmon_SOURCES = \ 33gnunet_service_sysmon_SOURCES = \
37 gnunet-service-sysmon.c 34 gnunet-service-sysmon.c
@@ -41,6 +38,7 @@ gnunet_service_sysmon_LDADD = \
41 $(GN_LIBTOP) \ 38 $(GN_LIBTOP) \
42 $(GN_LIBINTL) 39 $(GN_LIBINTL)
43 40
41if HAVE_GLIB2
44test_glibtop_SOURCES = \ 42test_glibtop_SOURCES = \
45 test_glibtop.c 43 test_glibtop.c
46test_glibtop_LDADD = \ 44test_glibtop_LDADD = \