projects
/
dana
/
xcompmgr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c62c3b
)
Set INCLUDES, not xcompmgr_INCLUDES.
author
Phil Blundell
<pb@reciva.com>
Wed, 31 Mar 2004 21:54:22 +0000
(21:54 +0000)
committer
Phil Blundell
<pb@reciva.com>
Wed, 31 Mar 2004 21:54:22 +0000
(21:54 +0000)
ChangeLog
patch
|
blob
|
history
Makefile.am
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index 1622422ac1a8e0f07348e5f9efba452782c053a4..f0f034112e65f9d400bb95f7e688fd77ba13aa3d 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-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 497ce06b519150d88851c358c386876194790a3c..16d34d04fe4d2d65ddab0a6af4ce6579a8703151 100644
(file)
--- 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@