OSDN Git Service

Added the files for Visual Studio to EXTRA_DIST so they are included in the archive...
authorEric Branlund <ebranlund@fastmail.com>
Tue, 18 Aug 2020 20:05:41 +0000 (13:05 -0700)
committerEric Branlund <ebranlund@fastmail.com>
Tue, 18 Aug 2020 20:05:41 +0000 (13:05 -0700)
Makefile.am

index 1cea504..b84c3f2 100644 (file)
@@ -2,6 +2,12 @@
 
 AUTOMAKE_OPTIONS = foreign
 
+visual_studio_files = \
+       Hengband/Hengband.sln \
+       Hengband/Hengband/Hengband.vcxproj \
+       Hengband/Hengband/Hengband.vcxproj.filters \
+       Hengband/Hengband/packages.config
+
 EXTRA_DIST = \
        autopick.txt \
        autopick_eng.txt \
@@ -9,6 +15,7 @@ EXTRA_DIST = \
        readme.txt \
        readme_angband \
        readme_eng.txt \
-       hengband.spec
+       hengband.spec \
+       $(visual_studio_files)
 
 SUBDIRS = src lib