diff options
author | Phil Blundell <pb@reciva.com> | 2004-03-31 21:54:22 +0000 |
---|---|---|
committer | Phil Blundell <pb@reciva.com> | 2004-03-31 21:54:22 +0000 |
commit | d5a8f367a2aadd14d674f74f4530ff539bae05b2 (patch) | |
tree | 3f6e1e2a9e7c4f9e1172c93137188533732ea712 | |
parent | New. (diff) | |
download | xcman-d5a8f367a2aadd14d674f74f4530ff539bae05b2.tar.gz xcman-d5a8f367a2aadd14d674f74f4530ff539bae05b2.tar.bz2 xcman-d5a8f367a2aadd14d674f74f4530ff539bae05b2.tar.xz |
Set INCLUDES, not xcompmgr_INCLUDES.
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Makefile.am | 3 |
2 files changed, 6 insertions, 1 deletions
@@ -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@ |