From bbfd545884d4f144a43ef383f3d69cfb03b2ca98 Mon Sep 17 00:00:00 2001
From: mr-russ <>
Date: Sat, 6 Mar 2004 05:23:55 +0000
Subject: [PATCH] Remove --enable-static from release mode for linux CVS:
 ---------------------------------------------------------------------- CVS:
 Enter Log.  Lines beginning with `CVS:' are removed automatically CVS: CVS:
 Committing in . CVS: CVS: Modified Files: CVS: 	Makefile CVS:
 ----------------------------------------------------------------------

---
 Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 2d7d429c9..494da9e34 100644
--- a/Makefile
+++ b/Makefile
@@ -213,7 +213,8 @@ CONTRIB	= contrib/macosx.tgz
 MISC    += Makefile Rules.make.orig \
 	  contrib/doxygen-stratagus.cfg contrib/doxygen-header.html \
 	  Rules.make.in configure.in configure \
-	  src/stratagus.rc $(patsubst %, %/Module.make, $(MODULES)) \
+	  src/stratagus.rc stratagus.dsw stratagus.dsp \
+	  $(patsubst %, %/Module.make, $(MODULES)) \
 	  $(patsubst %, %/Module.make, $(INCLUDE_DIRS)) \
 	  $(patsubst %, %/Module.make, $(MODULES_TOOLS))