[introspection] Do not parse private sources

Private sources include private headers which we may not be able
to parse properly since some of them use unsupported syntax such
as objective-c.
This commit is contained in:
Johan Dahlin 2010-09-18 13:41:30 -03:00
parent 8c3900f420
commit 60c920f228

View File

@ -901,7 +901,7 @@ LDADDS = \
if HAVE_INTROSPECTION
introspection_files = \
$(filter-out gtktextlayout.h, $(gtkinclude_HEADERS)) \
$(gtk_all_c_sources) \
$(gtk_base_c_sources) \
gtktypebuiltins.h \
gtktypebuiltins.c