aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhil Blundell <pb@reciva.com>2004-03-31 21:54:22 +0000
committerPhil Blundell <pb@reciva.com>2004-03-31 21:54:22 +0000
commitd5a8f367a2aadd14d674f74f4530ff539bae05b2 (patch)
tree3f6e1e2a9e7c4f9e1172c93137188533732ea712
parentNew. (diff)
downloadxcman-d5a8f367a2aadd14d674f74f4530ff539bae05b2.tar.gz
xcman-d5a8f367a2aadd14d674f74f4530ff539bae05b2.tar.bz2
xcman-d5a8f367a2aadd14d674f74f4530ff539bae05b2.tar.xz
Set INCLUDES, not xcompmgr_INCLUDES.
-rw-r--r--ChangeLog4
-rw-r--r--Makefile.am3
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1622422..f0f0341 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-03-31 Philip Blundell <philb@gnu.org>
+
+ * Makefile.am: Set INCLUDES, not xcompmgr_INCLUDES.
+
2004-03-28 Philip Blundell <philb@gnu.org>
* autogen.sh: New.
diff --git a/Makefile.am b/Makefile.am
index 497ce06..16d34d0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,5 @@
bin_PROGRAMS = xcompmgr
xcompmgr_LDADD = @XCOMPMGR_LIBS@ -lm
-xcompmgr_INCLUDES = @XCOMPMGR_CFLAGS@
+
+INCLUDES = @XCOMPMGR_CFLAGS@