[PATCH libX11] makekeys: don't need to use target-specific CFLAGS

Alan Coopersmith alan.coopersmith at oracle.com
Sun Sep 29 09:47:15 PDT 2013


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

Reviewed-by: Alan Coopersmith <alan.coopersmith at oracle.com>

-- 
	-Alan Coopersmith-              alan.coopersmith at oracle.com
	 Oracle Solaris Engineering - http://blogs.oracle.com/alanc


More information about the xorg-devel mailing list