summaryrefslogtreecommitdiff
path: root/sysdeps/common
diff options
context:
space:
mode:
authorBenoît Dejean <benoit@placenet.org>2006-04-09 10:55:03 +0000
committerBenoît Dejean <bdejean@src.gnome.org>2006-04-09 10:55:03 +0000
commit5d2f45803b1ec47e296c3db59b3a1c63e2846464 (patch)
treeb9f46d1fd19a05aa2d369addd1c3f79fd481c081 /sysdeps/common
parent3c21c70b6446bba94829d17c18ce89f1124c07d1 (diff)
downloadlibgtop-5d2f45803b1ec47e296c3db59b3a1c63e2846464.tar.gz
Fixed trivial warning.
2006-04-09 Benoît Dejean <benoit@placenet.org> * Makefile.am: Fixed trivial warning.
Diffstat (limited to 'sysdeps/common')
-rw-r--r--sysdeps/common/ChangeLog4
-rw-r--r--sysdeps/common/Makefile.am2
2 files changed, 5 insertions, 1 deletions
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 <benoit@placenet.org>
+
+ * Makefile.am: Fixed trivial warning.
+
2006-02-21 Benoît Dejean <benoit@placenet.org>
* 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