summaryrefslogtreecommitdiff
path: root/src/daemon
diff options
context:
space:
mode:
authorJeff Garzik <jgarzik@pobox.com>1999-02-15 21:23:07 +0000
committerJeff Garzik <jgarzik@src.gnome.org>1999-02-15 21:23:07 +0000
commitcd7cd234035e7b394809a951f6786ecb20bfb9c8 (patch)
treeeabc4b71c90e212d62e99cdb739eab10b57c32f3 /src/daemon
parent48e5a134958d8557ac59b0f690339dac018c1b31 (diff)
downloadlibgtop-cd7cd234035e7b394809a951f6786ecb20bfb9c8.tar.gz
Removed hardcoded gcc arguments. Converted remaining CFLAGS settings to
1999-02-15 Jeff Garzik <jgarzik@pobox.com> * examples/Makefile.am, lib/Makefile.am, src/daemon/Makefile.am, sysdeps/common/Makefile.am, sysdeps/guile/Makefile.am, sysdeps/guile/names/Makefile.am, sysdeps/kernel/Makefile.am, sysdeps/linux/Makefile.am, sysdeps/names/Makefile.am, sysdeps/osf1/Makefile.am, sysdeps/stub/Makefile.am, sysdeps/stub_suid/Makefile.am, sysdeps/sun4/Makefile.am: Removed hardcoded gcc arguments. Converted remaining CFLAGS settings to use correct INCLUDES. * include/glibtop/error.h: Added FIXME comment about varargs macros breaking Sun cc compilation.
Diffstat (limited to 'src/daemon')
-rw-r--r--src/daemon/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/Makefile.am b/src/daemon/Makefile.am
index d67aec10..fda3b4b7 100644
--- a/src/daemon/Makefile.am
+++ b/src/daemon/Makefile.am
@@ -14,7 +14,7 @@
LINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -o $@
-CFLAGS = -Wall -W @CFLAGS@ -D_BSD
+INCLUDES = -D_BSD
if NEED_LIBGTOP
suid_sysdeps = $(top_builddir)/sysdeps/@sysdeps_dir@/libgtop_sysdeps_suid.la