gtk: Build: Prefix deprecated source listings

...with gtk_, so that they are distinguished from other names and is
more clear to people.
This commit is contained in:
Chun-wei Fan
2022-05-19 10:23:59 +08:00
parent 574bd57f72
commit c05d21c9af
2 changed files with 4 additions and 4 deletions

View File

@ -136,7 +136,7 @@ gtk_private_h_sources = \
# GTK+ C sources to build the library from
gtk_base_c_sources = \
$(a11y_c_sources) \
$(deprecated_c_sources) \
$(gtk_deprecated_c_sources) \
$(inspector_c_sources) \
$(gtk_base_c_sources_base)
@ -207,7 +207,7 @@ endif
gtk_all_private_h_sources = \
$(a11y_private_h_sources) \
$(deprecated_private_h_sources) \
$(gtk_deprecated_private_h_sources) \
$(gtk_private_h_sources) \
$(gtk_use_x11_private_h_sources) \
$(gtk_use_win32_private_h_sources) \

View File

@ -40,14 +40,14 @@ gtk_deprecated_h_sources = \
deprecated/gtkvseparator.h \
deprecated/gtkvpaned.h
deprecated_private_h_sources = \
gtk_deprecated_private_h_sources = \
deprecated/gtkgradientprivate.h \
deprecated/gtkiconfactoryprivate.h \
deprecated/gtknumerableiconprivate.h \
deprecated/gtkstylepropertiesprivate.h \
deprecated/gtksymboliccolorprivate.h
deprecated_c_sources = \
gtk_deprecated_c_sources = \
deprecated/gtkactivatable.c \
deprecated/gtkaction.c \
deprecated/gtkactiongroup.c \