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,4 +1,5 @@
bin_PROGRAMS = xcompmgr
xcompmgr_LDADD = @XCOMPMGR_LIBS@ -lm
xcompmgr_INCLUDES = @XCOMPMGR_CFLAGS@
INCLUDES = @XCOMPMGR_CFLAGS@