Set INCLUDES, not xcompmgr_INCLUDES.
This commit is contained in:
parent
1c62c3bbf6
commit
d5a8f367a2
|
@ -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.
|
||||||
|
|
|
@ -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@
|
||||||
|
|
Loading…
Reference in New Issue