[gtk+] introspection: Include deprecated headers for scanner too



commit 6cf1385e8fba0f6935a82a0f4108ba9a2649a61e
Author: Colin Walters <walters verbum org>
Date:   Thu Nov 3 15:27:16 2011 -0400

    introspection: Include deprecated headers for scanner too
    
    https://bugzilla.gnome.org/show_bug.cgi?id=663345

 gtk/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/Makefile.am b/gtk/Makefile.am
index 61a62f2..ef54ac8 100644
--- a/gtk/Makefile.am
+++ b/gtk/Makefile.am
@@ -1025,7 +1025,7 @@ LDADDS =								\
 
 if HAVE_INTROSPECTION
 introspection_files = \
-    $(filter-out %private.h gtktextdisplay.h gtktextlayout.h, $(gtkinclude_HEADERS)) \
+    $(filter-out %private.h gtktextdisplay.h gtktextlayout.h, $(gtkinclude_HEADERS) $(deprecatedinclude_HEADERS)) \
     $(gtk_base_c_sources) \
     gtkprintoperation-unix.c \
     gtktypebuiltins.h \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]