mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 13:41:07 +00:00
4fe1effb36
This broke 'make dist' on linux.
This reverts commit ecf2a9471b
.
28 lines
545 B
Makefile
28 lines
545 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 \
|
|
libgail.vcxproj \
|
|
libgail.vcxproj.filters \
|
|
libgail.vcxprojin \
|
|
libgail.vcxproj.filtersin \
|
|
gailutil.vcxproj \
|
|
gailutil.vcxproj.filters \
|
|
install.vcxproj
|
|
|
|
-include $(top_srcdir)/git.mk
|