mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-18 09:00:34 +00:00
c0d54cde0c
Change the EXTRA_DIST to distribute the gtk3-demo projects (instead of gtk-demo)
14 lines
211 B
Makefile
14 lines
211 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 \
|
|
install.vcproj
|