Re: [PATCH wayland] build: Use AM_CFLAGS instead of GCC_CFLAGS everywhere

2015-06-23 Thread Pekka Paalanen
On Thu, 18 Jun 2015 09:59:26 -0700 "Jon A. Cruz" wrote: > On 06/18/2015 09:27 AM, Derek Foreman wrote: > > This will make it easier if we ever want to add new flags to everything > > in the future. > > > > Signed-off-by: Derek Foreman > > --- > > Makefile.am | 8 > > 1 file changed, 4

Re: [PATCH wayland] build: Use AM_CFLAGS instead of GCC_CFLAGS everywhere

2015-06-18 Thread Jon A. Cruz
On 06/18/2015 09:27 AM, Derek Foreman wrote: > This will make it easier if we ever want to add new flags to everything > in the future. > > Signed-off-by: Derek Foreman > --- > Makefile.am | 8 > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/Makefile.am b/Makefile.am

[PATCH wayland] build: Use AM_CFLAGS instead of GCC_CFLAGS everywhere

2015-06-18 Thread Derek Foreman
This will make it easier if we ever want to add new flags to everything in the future. Signed-off-by: Derek Foreman --- Makefile.am | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile.am b/Makefile.am index 845c116..58f5595 100644 --- a/Makefile.am +++ b/Makefile