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 <alan.coopersmith@oracle.com>
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
This commit is contained in:
Gaetan Nadon 2013-09-28 17:33:52 -04:00
parent 5dcb40f28d
commit 18a5278b00

View file

@ -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@