forked from AuroraMiddleware/gtk
[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:
parent
8c3900f420
commit
60c920f228
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user