summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSimon Howard2006-09-09 19:05:27 +0000
committerSimon Howard2006-09-09 19:05:27 +0000
commit49b5380150354db8d9ec7be93964af0a0ca53e16 (patch)
treec1e6600bc78e26959e520dd9719f971058043ab1 /Makefile.am
parent80cdf0868cf279c9c15477d9e662511fbae2dbb9 (diff)
downloadchocolate-doom-49b5380150354db8d9ec7be93964af0a0ca53e16.tar.gz
chocolate-doom-49b5380150354db8d9ec7be93964af0a0ca53e16.tar.bz2
chocolate-doom-49b5380150354db8d9ec7be93964af0a0ca53e16.zip
Add config.h for a possible MSVC build in the future. Add mkinstalldirs
to the list of files included in distribution. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 601
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am8
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index cabed4b8..9bd8d35b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,10 +2,16 @@ AUX_DIST_GEN = \
$(ac_aux_dir)/config.guess \
$(ac_aux_dir)/config.sub \
$(ac_aux_dir)/install-sh \
- $(ac_aux_dir)/missing
+ $(ac_aux_dir)/missing \
+ $(ac_aux_dir)/mkinstalldirs
+
+MSVC_FILES= \
+ msvc/README \
+ msvc/config.h
EXTRA_DIST= \
$(AUX_DIST_GEN) \
+ $(MSVC_FILES) \
config.h \
TODO \
BUGS \