From f28e3b2f42cf79d824c1609809242e3d0e57043e Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Tue, 15 Jan 2013 10:13:03 +0000 Subject: install withouth libgtop --- src/sysmon/Makefile.am | 6 ++---- 1 file 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/ 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 = \ -- cgit v1.2.3