Add project files to build the GtkInspector sources, as gtk-inspector is a required portion for GTK+. "Install" the org.gtk.Settings.Debug.gschema.xml gsettings schema file as well, so that people can trigger GtkInspector as they develop and test their GTK+-based programs.
29 lines
574 B
Makefile
29 lines
574 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 \
|
|
gtka11y.vcproj \
|
|
gtka11y.vcprojin \
|
|
gtk-inspector.vcproj \
|
|
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
|