Fix distcheck
[platform/upstream/glib.git] / build / win32 / vs11 / Makefile.am
1 EXTRA_DIST = \
2         README.txt \
3         glib.sln \
4         glib.props \
5         glib.vcxproj \
6         glib.vcxproj.filters \
7         glib-genmarshal.vcxproj \
8         glib-genmarshal.vcxproj.filters \
9         gspawn-win32-helper-console.vcxproj \
10         gspawn-win32-helper-console.vcxproj.filters \
11         gspawn-win32-helper.vcxproj \
12         gspawn-win32-helper.vcxproj.filters \
13         gmodule.vcxproj \
14         gmodule.vcxproj.filters \
15         gobject.vcxproj \
16         gobject.vcxproj.filters \
17         gthread.vcxproj \
18         gthread.vcxproj.filters \
19         gio.vcxproj \
20         gio.vcxproj.filters \
21         testglib.vcxproj \
22         testglib.vcxproj.filters \
23         glib-compile-schemas.vcxproj \
24         glib-compile-schemas.vcxproj.filters \
25         gsettings.vcxproj \
26         gsettings.vcxproj.filters \
27         glib-compile-resources.vcxproj \
28         glib-compile-resources.vcxproj.filters \
29         gresource.vcxproj \
30         gresource.vcxproj.filters \
31         install.vcxproj
32
33 DISTCLEANFILES = $(EXTRA_DIST)
34
35 MSVC_SLN = glib
36
37 include $(top_srcdir)/build/Makefile-newvs.am