From d34b9ed1924bbc9666b6e9f456537319d02d5830 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mon, 18 Oct 2010 13:02:41 -0400 Subject: introspection: Filter out all headers ending in "private" We were including at least "gtkprivate.h" before. --- gtk/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/Makefile.am b/gtk/Makefile.am index d6bf610366..4943fb5041 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -895,7 +895,7 @@ LDADDS = \ if HAVE_INTROSPECTION introspection_files = \ - $(filter-out gtktextlayout.h, $(gtkinclude_HEADERS)) \ + $(filter-out %private.h gtktextlayout.h, $(gtkinclude_HEADERS)) \ $(gtk_base_c_sources) \ gtktypebuiltins.h \ gtktypebuiltins.c -- cgit v1.2.1