From 6cf1385e8fba0f6935a82a0f4108ba9a2649a61e Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 3 Nov 2011 15:27:16 -0400 Subject: [PATCH] introspection: Include deprecated headers for scanner too https://bugzilla.gnome.org/show_bug.cgi?id=663345 --- gtk/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/Makefile.am b/gtk/Makefile.am index 61a62f2884..ef54ac8c56 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 \