[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [PATCH] Pass -I$(top_builddir) to libcompat as it uses config.h



Hi!

On Wed, 2009-10-14 at 03:36:20 +0700, Mikhail Gusarov wrote:
> ---
>  lib/compat/Makefile.am |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/lib/compat/Makefile.am b/lib/compat/Makefile.am
> index 4debfa2..a312ef3 100644
> --- a/lib/compat/Makefile.am
> +++ b/lib/compat/Makefile.am
> @@ -1,8 +1,8 @@
>  ## Process this file with automake to produce Makefile.in
>  
>  AM_CPPFLAGS = \
> -	-idirafter $(top_srcdir)/lib/compat
> -
> +	-idirafter $(top_srcdir)/lib/compat \
> +	-I$(top_builddir)
>  
>  noinst_LIBRARIES = libcompat.a

Minor editing, removed the blank line deletion, and slightly edited
the commit message. Pushed, thanks!

regards,
guillem


Reply to: