diff options
author | Matthias Clasen <mclasen@redhat.com> | 2013-02-02 22:54:15 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2013-02-02 22:54:15 -0500 |
commit | ab328469f5cab5681e5564893938a48fe5c2222f (patch) | |
tree | 583147907974e2e3552bb5d8d91734f0488341ac /glib/gnulib | |
parent | 0336eb67a23a434ecb08b1fcafb087b869f45239 (diff) | |
download | glib-ab328469f5cab5681e5564893938a48fe5c2222f.tar.gz |
Silence automake
automake doesn't like INCLUDES anymore.
Diffstat (limited to 'glib/gnulib')
-rw-r--r-- | glib/gnulib/Makefile.am | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/glib/gnulib/Makefile.am b/glib/gnulib/Makefile.am index 8ad4889b2..03e1d1860 100644 --- a/glib/gnulib/Makefile.am +++ b/glib/gnulib/Makefile.am @@ -1,8 +1,12 @@ ## Process this file with automake to produce Makefile.in include $(top_srcdir)/Makefile.decl -INCLUDES = $(glib_INCLUDES) -DG_LOG_DOMAIN=\"GLib\" \ - $(GLIB_DEBUG_FLAGS) -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION +AM_CPPFLAGS = \ + $(glib_INCLUDES) \ + -DG_LOG_DOMAIN=\"GLib\" \ + $(GLIB_DEBUG_FLAGS) \ + -DG_DISABLE_DEPRECATED \ + -DGLIB_COMPILATION noinst_LTLIBRARIES = libgnulib.la |