From 5d2f45803b1ec47e296c3db59b3a1c63e2846464 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Dejean?= Date: Sun, 9 Apr 2006 10:55:03 +0000 Subject: [PATCH] Fixed trivial warning. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2006-04-09 Benoît Dejean * Makefile.am: Fixed trivial warning. --- sysdeps/common/ChangeLog | 4 ++++ sysdeps/common/Makefile.am | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/sysdeps/common/ChangeLog b/sysdeps/common/ChangeLog index ce5bdb5c..c1956e7a 100644 --- a/sysdeps/common/ChangeLog +++ b/sysdeps/common/ChangeLog @@ -1,3 +1,7 @@ +2006-04-09 Benoît Dejean + + * Makefile.am: Fixed trivial warning. + 2006-02-21 Benoît Dejean * mountlist.c: (ignore_mount_entry): Also ignores linprocfs, mfs diff --git a/sysdeps/common/Makefile.am b/sysdeps/common/Makefile.am index 745a2d23..e1160608 100644 --- a/sysdeps/common/Makefile.am +++ b/sysdeps/common/Makefile.am @@ -9,7 +9,7 @@ inodedb_SRCLIST = inodedb_DEFS = endif -CFLAGS = @CFLAGS@ $(inodedb_DEFS) +AM_CFLAGS = @CFLAGS@ $(inodedb_DEFS) noinst_LTLIBRARIES = libgtop_common-2.0.la libgtop_suid_common-2.0.la