aboutsummaryrefslogtreecommitdiff
path: root/src/sysmon
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-12-17 12:45:51 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-12-17 12:45:51 +0000
commitd2a8eb93d0083b824a10ae9bf26438dfb56b8013 (patch)
treedb637d6dd8479d6017abd993853fdfbd0444c4f3 /src/sysmon
parent11cc044427e734c83af65ee340dd10ec70c97b1c (diff)
downloadgnunet-d2a8eb93d0083b824a10ae9bf26438dfb56b8013.tar.gz
gnunet-d2a8eb93d0083b824a10ae9bf26438dfb56b8013.zip
new check
Diffstat (limited to 'src/sysmon')
-rw-r--r--src/sysmon/Makefile.am6
1 files 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 @@
1INCLUDES = -I$(top_srcdir)/src/include -I/usr/include/libgtop-2.0/ 1INCLUDES = -I$(top_srcdir)/src/include
2 2
3pkgcfgdir= $(pkgdatadir)/config.d/ 3pkgcfgdir= $(pkgdatadir)/config.d/
4 4
5libexecdir= $(pkglibdir)/libexec/ 5libexecdir= $(pkglibdir)/libexec/
6 6
7if HAVE_GLIB2 7if HAVE_LIBGTOP
8 GN_LIBTOP = -lgtop-2.0 8 GN_LIBTOP = -lgtop-2.0 -lglib-2.0
9 GN_SYSMON = gnunet_service_sysmon 9 GN_SYSMON = gnunet_service_sysmon
10 GN_SYSMON_TEST_INIT = test_glibtop 10 GN_SYSMON_TEST_INIT = test_glibtop
11 GN_SYSMON_TEST_PROCESS = test_glibtop_process 11 GN_SYSMON_TEST_PROCESS = test_glibtop_process