summaryrefslogtreecommitdiff
path: root/src/daemon
diff options
context:
space:
mode:
authorBenoit Dejean <bdejean@gmail.com>2015-02-28 04:11:00 +0100
committerRobert Roth <robert.roth.off@gmail.com>2015-06-26 02:57:41 +0300
commit4808aac8ef347c42a28119736a57dec5b4c6b4b3 (patch)
treed8cc19793c2bfed5a2c1005bcdd8e02584f96cb5 /src/daemon
parentf04ce61b8056b79ce2dcf9fc6bb7c35ccfee10eb (diff)
downloadlibgtop-4808aac8ef347c42a28119736a57dec5b4c6b4b3.tar.gz
Make libgtop_server2 link against its libgtop.
Diffstat (limited to 'src/daemon')
-rw-r--r--src/daemon/Makefile.am9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/daemon/Makefile.am b/src/daemon/Makefile.am
index 64aa8ea6..685a38c9 100644
--- a/src/daemon/Makefile.am
+++ b/src/daemon/Makefile.am
@@ -41,8 +41,13 @@ libgtop_daemon2_LDADD = $(top_builddir)/lib/libgtop-2.0.la \
@libs_xauth@
libgtop_server2_SOURCES = server.c slave.c io.c version.c daemon.h
-libgtop_server2_LDADD = $(GLIB_LIBS) $(top_builddir)/sysdeps/@sysdeps_dir@/libgtop_sysdeps_suid-2.0.la \
- $(top_builddir)/sysdeps/common/libgtop_suid_common-2.0.la
+libgtop_server2_LDADD = $(top_builddir)/lib/libgtop-2.0.la \
+ $(top_builddir)/sysdeps/common/libgtop_common-2.0.la \
+ $(top_builddir)/sysdeps/@sysdeps_dir@/libgtop_sysdeps-2.0.la \
+ @sysdeps_suid_lib@ \
+ $(suid_sysdeps) $(suid_common) \
+ $(LIBGTOP_LIBS) \
+ @libs_xauth@
EXTRA_DIST = server_config.h.in server_config.pl