On 09/28/13 05:36 PM, Gaetan Nadon wrote:
It's the only thing built in that directory, so we can use AM_CFLAGS
and AM_CPPFLAGS as usual.
Signed-off-by: Gaetan Nadon <mems...@videotron.ca>
---
src/util/Makefile.am | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/util/Makefile.am b/src/util/Makefile.am
index dfe91f1..79962d4 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -1,11 +1,11 @@
noinst_PROGRAMS=makekeys
-makekeys_CFLAGS = \
+AM_CFLAGS = \
$(X11_CFLAGS) \
$(CWARNFLAGS)
-makekeys_CPPFLAGS = \
+AM_CPPFLAGS = \
-I$(top_srcdir)/include
CC = @CC_FOR_BUILD@
Reviewed-by: Alan Coopersmith <alan.coopersm...@oracle.com>
--
-Alan Coopersmith- alan.coopersm...@oracle.com
Oracle Solaris Engineering - http://blogs.oracle.com/alanc
_______________________________________________
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel