From 18a5278b008e9faa59b346fcab18a8d74b875fda Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Sat, 28 Sep 2013 17:33:52 -0400 Subject: [PATCH] makekeys: don't need to use target-specific CFLAGS It's the only thing built in that directory, so we can use AM_CFLAGS and AM_CPPFLAGS as usual. Reviewed-by: Alan Coopersmith Signed-off-by: Gaetan Nadon --- 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 dfe91f1a..79962d47 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@