aboutsummaryrefslogtreecommitdiff
path: root/src/sysmon
diff options
context:
space:
mode:
authorwachs <wachs@140774ce-b5e7-0310-ab8b-a85725594a96>2013-01-15 10:13:03 +0000
committerwachs <wachs@140774ce-b5e7-0310-ab8b-a85725594a96>2013-01-15 10:13:03 +0000
commit363f7f88b722482560f569b1fd00a46f5109a811 (patch)
treefe2b457bf30e73886d82bcd90c10c7e21519115b /src/sysmon
parent56a0365f3fa39716dc4c179544c31a1b8de6a466 (diff)
install withouth libgtop
git-svn-id: https://gnunet.org/svn/gnunet@25788 140774ce-b5e7-0310-ab8b-a85725594a96
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 eddc6c001f..bb14d8c46c 100644
--- a/src/sysmon/Makefile.am
+++ b/src/sysmon/Makefile.am
@@ -6,7 +6,6 @@ libexecdir= $(pkglibdir)/libexec/
if HAVE_LIBGTOP
GN_LIBTOP = -lgtop-2.0 -lglib-2.0
- GN_SYSMON = gnunet_service_sysmon
GN_SYSMON_TEST_INIT = test_glibtop
GN_SYSMON_TEST_PROCESS = test_glibtop_process
GN_SYSMON_TEST_NETWORK = test_glibtop_network
@@ -24,14 +23,12 @@ if USE_COVERAGE
endif
libexec_PROGRAMS = \
- $(GN_SYSMON)
+ gnunet_service_sysmon
check_PROGRAMS = \
$(GN_SYSMON_TEST_INIT) \
$(GN_SYSMON_TEST_PROCESS) \
$(GN_SYSMON_TEST_NETWORK)
-
-if HAVE_GLIB2
gnunet_service_sysmon_SOURCES = \
gnunet-service-sysmon.c
@@ -41,6 +38,7 @@ gnunet_service_sysmon_LDADD = \
$(GN_LIBTOP) \
$(GN_LIBINTL)
+if HAVE_GLIB2
test_glibtop_SOURCES = \
test_glibtop.c
test_glibtop_LDADD = \