mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 00:30:08 +00:00
introspection: Filter out all headers ending in "private"
We were including at least "gtkprivate.h" before.
This commit is contained in:
parent
8cca398a2f
commit
d34b9ed192
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user