-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)
17 lines
268 B
Makefile
17 lines
268 B
Makefile
include $(top_srcdir)/Makefile.decl
|
|
|
|
EXTRA_DIST += \
|
|
README.txt \
|
|
gtk+.sln \
|
|
gtk+.vsprops \
|
|
gdk-win32.vcproj \
|
|
gdk.vcproj \
|
|
gdk.vcprojin \
|
|
gtk.vcproj \
|
|
gtk.vcprojin \
|
|
gtk3-demo.vcproj \
|
|
gtka11y.vcproj \
|
|
gtka11y.vcprojin \
|
|
gailutil.vcproj \
|
|
install.vcproj
|