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 /Makefile.am | |
parent | New. (diff) | |
download | xcman-d5a8f367a2aadd14d674f74f4530ff539bae05b2.tar.gz xcman-d5a8f367a2aadd14d674f74f4530ff539bae05b2.tar.bz2 xcman-d5a8f367a2aadd14d674f74f4530ff539bae05b2.tar.xz |
Set INCLUDES, not xcompmgr_INCLUDES.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
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@ |