aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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@