mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-02 17:00:19 +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
|
if HAVE_INTROSPECTION
|
||||||
introspection_files = \
|
introspection_files = \
|
||||||
$(filter-out gtktextlayout.h, $(gtkinclude_HEADERS)) \
|
$(filter-out %private.h gtktextlayout.h, $(gtkinclude_HEADERS)) \
|
||||||
$(gtk_base_c_sources) \
|
$(gtk_base_c_sources) \
|
||||||
gtktypebuiltins.h \
|
gtktypebuiltins.h \
|
||||||
gtktypebuiltins.c
|
gtktypebuiltins.c
|
||||||
|
Loading…
Reference in New Issue
Block a user