mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-05-07 10:58:19 +02:00
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:
parent
5dcb40f28d
commit
18a5278b00
1 changed files with 2 additions and 2 deletions
|
|
@ -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@
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue