diff options
-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@ |