Rename NEED_LIBGTOP to LIBGTOP_NEED_SERVER.

This commit is contained in:
Benoit Dejean
2015-02-28 02:12:23 +01:00
committed by Robert Roth
parent b2fee3e111
commit f76b37be1b
3 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
if NEED_LIBGTOP
if LIBGTOP_NEED_SERVER
daemon_SUBDIRS = daemon
else
daemon_SUBDIRS =

View File

@@ -18,7 +18,7 @@ INCLUDES = $(LIBGTOP_CFLAGS) @INCLUDES@ -D_BSD \
-DLIBGTOP_COMPILE_VERSION="\"`uname -v`\"" \
-DLIBGTOP_COMPILE_MACHINE="\"`uname -m`\""
if NEED_LIBGTOP
if LIBGTOP_NEED_SERVER
suid_sysdeps = $(top_builddir)/sysdeps/@sysdeps_dir@/libgtop_sysdeps_suid-2.0.la
suid_common = $(top_builddir)/sysdeps/common/libgtop_suid_common-2.0.la
else