[gtk+] introspection: Filter out all headers ending in "private"



commit d34b9ed1924bbc9666b6e9f456537319d02d5830
Author: Colin Walters <walters verbum org>
Date:   Mon Oct 18 13:02:41 2010 -0400

    introspection: Filter out all headers ending in "private"
    
    We were including at least "gtkprivate.h" before.

 gtk/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/Makefile.am b/gtk/Makefile.am
index d6bf610..4943fb5 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



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