forked from AuroraMiddleware/gtk
61b9bcf1d5
Like the GDK and GTK portions, use autotools scripts to generate the complete projects for gtk-inspector as sources there seem to change from time to time. It might be so that this, like the a11y sources, will be referenced from the main Makefile.am of GTK directly, but just do this so that the projects can build properly.
28 lines
562 B
Makefile
28 lines
562 B
Makefile
include $(top_srcdir)/Makefile.decl
|
|
|
|
EXTRA_DIST += \
|
|
README.txt \
|
|
gtk+.sln \
|
|
gtk-prebuild.vcproj \
|
|
gdk-win32.vcproj \
|
|
gdk.vcproj \
|
|
gdk.vcprojin \
|
|
gtk.vcproj \
|
|
gtk.vcprojin \
|
|
gtk3-demo.vcproj \
|
|
gtk3-demo-application.vcproj \
|
|
gtk-inspector.vcproj \
|
|
gtk-inspector.vcprojin \
|
|
gailutil.vcproj \
|
|
install.vcproj \
|
|
broadwayd.vcproj \
|
|
gdk-broadway.vcproj \
|
|
gtk-build-defines.vsprops \
|
|
gtk-copy-gdk-broadway.vsprops \
|
|
gtk-gen-srcs.vsprops \
|
|
gtk-ignore-broadway.vsprops \
|
|
gtk-install.vsprops \
|
|
gtk-version-paths.vsprops
|
|
|
|
-include $(top_srcdir)/git.mk
|