summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build/win32/vs11/Makefile.am18
-rw-r--r--build/win32/vs12/Makefile.am18
2 files changed, 20 insertions, 16 deletions
diff --git a/build/win32/vs11/Makefile.am b/build/win32/vs11/Makefile.am
index faa25c7..a2865a3 100644
--- a/build/win32/vs11/Makefile.am
+++ b/build/win32/vs11/Makefile.am
@@ -17,14 +17,16 @@
# See COPYRIGHTS file for copyright information.
EXTRA_DIST = \
- libcroco.sln \
- croco.vcproj \
- csslint.vcproj \
- install.vcproj \
- croco-build-defines.vsprops \
- croco-gen-srcs.vsprops \
- croco-install.vsprops \
- croco-version-paths.vsprops
+ libcroco.sln \
+ croco.vcxproj \
+ croco.vcxproj.filters \
+ csslint.vcxproj \
+ csslint.vcxproj.filters \
+ install.vcxproj \
+ croco-build-defines.props \
+ croco-gen-srcs.props \
+ croco-install.props \
+ croco-version-paths.props
DISTCLEANFILES = $(EXTRA_DIST)
diff --git a/build/win32/vs12/Makefile.am b/build/win32/vs12/Makefile.am
index 30072e9..9e99cfd 100644
--- a/build/win32/vs12/Makefile.am
+++ b/build/win32/vs12/Makefile.am
@@ -17,14 +17,16 @@
# See COPYRIGHTS file for copyright information.
EXTRA_DIST = \
- libcroco.sln \
- croco.vcproj \
- csslint.vcproj \
- install.vcproj \
- croco-build-defines.vsprops \
- croco-gen-srcs.vsprops \
- croco-install.vsprops \
- croco-version-paths.vsprops
+ libcroco.sln \
+ croco.vcxproj \
+ croco.vcxproj.filters \
+ csslint.vcxproj \
+ csslint.vcxproj.filters \
+ install.vcxproj \
+ croco-build-defines.props \
+ croco-gen-srcs.props \
+ croco-install.props \
+ croco-version-paths.props
DISTCLEANFILES = $(EXTRA_DIST)