diff options
author | Olivier CrĂȘte <olivier.crete@collabora.com> | 2013-09-25 20:23:20 -0400 |
---|---|---|
committer | Olivier CrĂȘte <olivier.crete@collabora.com> | 2013-09-25 20:35:34 -0400 |
commit | edf5cf40797eca0e6661fe3b08912a84a39204c3 (patch) | |
tree | 4c4862fd4e6e6a7401b097c23512053f33791f6f /doc | |
parent | 91fc609e105b466fc5b2c4983baff82a6fa9ced2 (diff) |
Replace INCLUDES with equivalent AM_CPPFLAGS
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lib/Makefile.am b/doc/lib/Makefile.am index 23dbc77..a2936f1 100644 --- a/doc/lib/Makefile.am +++ b/doc/lib/Makefile.am @@ -66,7 +66,7 @@ expand_content_files= # signals and properties. # e.g. INCLUDES=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS) # e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib) -INCLUDES= \ +AM_CPPFLAGS = \ $(GLIB_CFLAGS) \ $(DBUS_CFLAGS) \ $(X11_CFLAGS) \ |