Revert "Revert "Merge remote-tracking branch 'origin/sandbox/mniesluchow/upstream_2_1...
[platform/upstream/atk.git] / build / win32 / vs11 / Makefile.am
1 EXTRA_DIST = \
2         README.txt \
3         atk.sln \
4         atk.vcxproj \
5         atk.vcxproj.filters \
6         install.vcxproj \
7         atk-build-defines.props \
8         atk-install.props       \
9         atk-version-paths.props \
10         atk-gen-src.props
11
12 DISTCLEANFILES = $(EXTRA_DIST)
13
14 MSVC_SLN = atk
15
16 MSVC_VER = 11
17
18 MSVC_VER_LONG = 2012
19
20 include $(top_srcdir)/build/Makefile-newvs.am