From 8c3900f420c7dca9d905a6762c4d858ad49bb578 Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Sat, 18 Sep 2010 13:28:52 -0300 Subject: [PATCH] [introspection] Do not include internal api GtkTextLayout is internal and unsupported, do not include it in the gir --- gtk/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/Makefile.am b/gtk/Makefile.am index adb1712163..389d7f76a4 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -900,7 +900,7 @@ LDADDS = \ if HAVE_INTROSPECTION introspection_files = \ - $(gtkinclude_HEADERS) \ + $(filter-out gtktextlayout.h, $(gtkinclude_HEADERS)) \ $(gtk_all_c_sources) \ gtktypebuiltins.h \ gtktypebuiltins.c