From: Matthias Wachs Date: Mon, 17 Dec 2012 12:45:51 +0000 (+0000) Subject: new check X-Git-Tag: initial-import-from-subversion-38251~10379 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d2a8eb93d0083b824a10ae9bf26438dfb56b8013;p=oweals%2Fgnunet.git new check --- 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