add -UGTK_DISABLE_SINGLE_INCLUDES so the code generated by gtkdoc-scangobj
2008-05-29 Michael Natterer <mitch@imendio.com> * gtk/Makefile.am (CPPFLAGS): add -UGTK_DISABLE_SINGLE_INCLUDES so the code generated by gtkdoc-scangobj builds. svn path=/trunk/; revision=20232
This commit is contained in:
parent
3b464e901d
commit
24ac36693b
@ -1,3 +1,8 @@
|
||||
2008-05-29 Michael Natterer <mitch@imendio.com>
|
||||
|
||||
* gtk/Makefile.am (CPPFLAGS): add -UGTK_DISABLE_SINGLE_INCLUDES so
|
||||
the code generated by gtkdoc-scangobj builds.
|
||||
|
||||
2008-05-29 Michael Natterer <mitch@imendio.com>
|
||||
|
||||
* gtk/gtk.types: include <gtk/gtkunixprint.h> instead of
|
||||
|
@ -107,6 +107,9 @@ INCLUDES = \
|
||||
$(GTK_DEBUG_FLAGS) \
|
||||
$(GTK_DEP_CFLAGS)
|
||||
|
||||
CPPFLAGS += \
|
||||
-UGTK_DISABLE_SINGLE_INCLUDES
|
||||
|
||||
GTKDOC_LIBS = \
|
||||
$(top_builddir)/gdk-pixbuf/libgdk_pixbuf-$(GTK_API_VERSION).la \
|
||||
$(top_builddir)/gdk/$(gdktargetlib) \
|
||||
|
Loading…
Reference in New Issue
Block a user