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: ----------------------------------------------------------------------
This commit is contained in:
mr-russ 2004-03-06 05:23:55 +00:00
parent 3b4b33d2fb
commit bbfd545884

View file

@ -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))