Set INCLUDES, not xcompmgr_INCLUDES.

This commit is contained in:
Phil Blundell 2004-03-31 21:54:22 +00:00
parent 1c62c3bbf6
commit d5a8f367a2
2 changed files with 6 additions and 1 deletions

View File

@ -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> 2004-03-28 Philip Blundell <philb@gnu.org>
* autogen.sh: New. * autogen.sh: New.

View File

@ -1,4 +1,5 @@
bin_PROGRAMS = xcompmgr bin_PROGRAMS = xcompmgr
xcompmgr_LDADD = @XCOMPMGR_LIBS@ -lm xcompmgr_LDADD = @XCOMPMGR_LIBS@ -lm
xcompmgr_INCLUDES = @XCOMPMGR_CFLAGS@
INCLUDES = @XCOMPMGR_CFLAGS@