]> granicus.if.org Git - libexpat/commitdiff
Makefile.am: Include Visual Studio 2013 files in source tarball (#117)
authorSebastian Pipping <sebastian@pipping.org>
Sat, 12 Aug 2017 17:19:56 +0000 (19:19 +0200)
committerSebastian Pipping <sebastian@pipping.org>
Sat, 12 Aug 2017 17:19:56 +0000 (19:19 +0200)
expat/Changes
expat/Makefile.am

index ab087687d2ccbd7036600bf70222241af6a2e050..334034ef6c3f09a29018af78c8bddeaecfedae52 100644 (file)
@@ -19,6 +19,7 @@ Release 2.?.? ?????????????????
             #114  CMake: Compile man page if docbook2x-man is available, only
             #117  Include file tests/xmltest.log.expected in source tarball
                     (required for "make run-xmltest")
+            #117  Include (existing) Visual Studio 2013 files in source tarball
                   Improve test suite error output
             #111  Fix some typos in documentation
 
index c458c70ecdeaccaed8eb66318af7ad8dd8da2934..5b1c055cb21a38dd1ac316c3fe94d5401b70626c 100644 (file)
@@ -53,9 +53,35 @@ _EXTRA_DIST_CMAKE = \
     expat_config.h.cmake
 
 _EXTRA_DIST_WINDOWS = \
+    examples/elements.vcxproj \
+    examples/elements.vcxproj.filters \
+    examples/outline.vcxproj \
+    examples/outline.vcxproj.filters \
+    \
+    lib/expat_static.vcxproj \
+    lib/expat_static.vcxproj.filters \
+    lib/expat.vcxproj \
+    lib/expat.vcxproj.filters \
+    lib/expatw_static.vcxproj \
+    lib/expatw_static.vcxproj.filters \
+    lib/expatw.vcxproj \
+    lib/expatw.vcxproj.filters \
+    \
+    tests/benchmark/benchmark.sln \
+    tests/benchmark/benchmark.vcxproj \
+    \
+    tests/runtests.sln \
+    tests/runtests.vcxproj \
+    tests/runtests.vcxproj.filters \
+    \
     win32/expat.iss \
     win32/MANIFEST.txt \
-    win32/README.txt
+    win32/README.txt \
+    \
+    xmlwf/xmlwf.vcxproj \
+    xmlwf/xmlwf.vcxproj.filters \
+    \
+    expat.sln
 
 EXTRA_DIST = \
     $(_EXTRA_DIST_CMAKE) \