mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 16:50:11 +00:00
ecf2a9471b
-Rename the "libgail" projects to gtka11y, for consistency with the autotools builds -Update the projects completion in gtk/a11y/Makefile.am, as the sources are now listed under $(libgtka11y_la_SOURCES) instead of $(libgail_la_SOURCES)
26 lines
514 B
Makefile
26 lines
514 B
Makefile
include $(top_srcdir)/Makefile.decl
|
|
|
|
EXTRA_DIST += \
|
|
README.txt \
|
|
gtk+.sln \
|
|
gtk+.props \
|
|
gdk-win32.vcxproj \
|
|
gdk-win32.vcxproj.filters \
|
|
gdk.vcxproj \
|
|
gdk.vcxprojin \
|
|
gdk.vcxproj.filters \
|
|
gdk.vcxproj.filtersin \
|
|
gtk.vcxproj \
|
|
gtk.vcxprojin \
|
|
gtk.vcxproj.filters \
|
|
gtk.vcxproj.filtersin \
|
|
gtk3-demo.vcxproj \
|
|
gtk3-demo.vcxproj.filters \
|
|
gtka11y.vcxproj \
|
|
gtka11y.vcxproj.filters \
|
|
gtka11y.vcxprojin \
|
|
gtka11y.vcxproj.filtersin \
|
|
gailutil.vcxproj \
|
|
gailutil.vcxproj.filters \
|
|
install.vcxproj
|