From d2a8eb93d0083b824a10ae9bf26438dfb56b8013 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Mon, 17 Dec 2012 12:45:51 +0000 Subject: [PATCH] new check --- src/sysmon/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/sysmon/Makefile.am b/src/sysmon/Makefile.am index 07c0800f4..eddc6c001 100644 --- a/src/sysmon/Makefile.am +++ b/src/sysmon/Makefile.am @@ -1,11 +1,11 @@ -INCLUDES = -I$(top_srcdir)/src/include -I/usr/include/libgtop-2.0/ +INCLUDES = -I$(top_srcdir)/src/include pkgcfgdir= $(pkgdatadir)/config.d/ libexecdir= $(pkglibdir)/libexec/ -if HAVE_GLIB2 - GN_LIBTOP = -lgtop-2.0 +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 -- 2.25.1