gnash-commit
[Top][All Lists]
Advanced

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

Re: [Gnash-commit] [SCM] Gnash branch, master, updated. dca3e820747d26bc


From: strk
Subject: Re: [Gnash-commit] [SCM] Gnash branch, master, updated. dca3e820747d26bc0790224b04100c063e2b3163
Date: Thu, 13 Jan 2011 09:12:42 +0100

On Wed, Jan 12, 2011 at 11:53:32PM +0000, Rob Savoye wrote:
> This is an automated email from the git hooks/post-receive script. It was
> generated because a ref change was pushed to the repository containing
> the project "Gnash".
> 
> The branch, master has been updated
>        via  dca3e820747d26bc0790224b04100c063e2b3163 (commit)
>       from  b21cfd0b496935d2e95aeefd7157838d4d045669 (commit)
> 
> Those revisions listed above that are new to this repository have
> not appeared on any other notification email; so we list those
> revisions in full, below.
> 
> - Log -----------------------------------------------------------------
> http://git.savannah.gnu.org/cgit//commit/?id=dca3e820747d26bc0790224b04100c063e2b3163
> 
> 
> commit dca3e820747d26bc0790224b04100c063e2b3163
> Author: Rob Savoye <address@hidden>
> Date:   Wed Jan 12 16:50:42 2011 -0700
> 
>     rename INCLUDES to AM_CPPFLAGS to be consistent., Add to *_CPPFLAGS so 
> headers can be found on OpenBSD
> 

Shouldn't AM_CPPFLAGS be already used for all objects within a Makefile.am ?

> diff --git a/extensions/launcher/Makefile.am b/extensions/launcher/Makefile.am
> index 6e5396d..f424b3a 100644
> --- a/extensions/launcher/Makefile.am
> +++ b/extensions/launcher/Makefile.am
> @@ -24,7 +24,7 @@ plugins_LTLIBRARIES = launcher_ext.la
>  bin_PROGRAMS = launcher-gnash
>  
>  AM_CPPFLAGS = -DGNASHBINDIR=\"${bindir}\" 
> -INCLUDES =  \
> +AM_CPPFLAGS =  \
>              -I$(top_srcdir)/libbase \
>              -I$(top_srcdir)/libcore \
>              -I$(top_srcdir)/libcore/abc \

The above is re-defining AM_CPPFLAGS

--strk;

  ()   Free GIS & Flash consultant/developer
  /\   http://strk.keybit.net/services.html



reply via email to

[Prev in Thread] Current Thread [Next in Thread]