From 49b5380150354db8d9ec7be93964af0a0ca53e16 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sat, 9 Sep 2006 19:05:27 +0000 Subject: 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 --- Makefile.am | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'Makefile.am') 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 \ -- cgit v1.2.3