[PATCH libX11] makekeys: don't need to use target-specific CFLAGS
Gaetan Nadon
memsize at videotron.ca
Sat Sep 28 17:36:13 PDT 2013
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 <memsize at 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@
--
1.7.9.5
More information about the xorg-devel
mailing list