[systemd-devel] [PATCH] buildsys: *_la_CPPFLAGS takes $(AM_CPPFLAGS) not $(AM_CFLAGS)

2015-05-09 Thread Cristian Rodríguez
--- Makefile.am | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile.am b/Makefile.am index 1ec1e77..e4d00a8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6333,7 +6333,7 @@ libsystemd_journal_la_SOURCES = \ src/compat-libs/libsystemd-journal.sym libsyste

Re: [systemd-devel] [PATCH] buildsys: *_la_CPPFLAGS takes $(AM_CPPFLAGS) not $(AM_CFLAGS)

2015-05-09 Thread David Herrmann
Hi On Sat, May 9, 2015 at 7:08 PM, Cristian Rodríguez wrote: > --- > Makefile.am | 8 > 1 file changed, 4 insertions(+), 4 deletions(-) Nice catch. Applied! Thanks David > diff --git a/Makefile.am b/Makefile.am > index 1ec1e77..e4d00a8 100644 > --- a/Makefile.am > +++ b/Makefile.am >