Fix unix builds that need the included regex.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1665 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2005-04-22 00:31:49 +00:00
parent 9b57336f4c
commit 6308461cf3
+2 -1
View File
@@ -28,10 +28,11 @@ uqm_INSTALL_SHAREDIR='@INSTALL_SHAREDIR@'
# Exported variables are available from all the Makeinfo files
# Non-exported files only where build.vars is explicitely included.
uqm_SOUNDMODULE='@SOUNDMODULE@'
uqm_HAVE_REGEX='@HAVE_REGEX_H_FLAG@'
uqm_HAVE_OPENGL='@HAVE_OPENGL@'
uqm_USE_ZIP_IO='@USE_ZIP_IO@'
WINDRES='@WINDRES@'
REZ='@REZ@'
DEBUG='@DEBUG@'
export uqm_SOUNDMODULE uqm_HAVE_OPENGL uqm_USE_ZIP_IO WINDRES DEBUG
export uqm_SOUNDMODULE uqm_HAVE_REGEX uqm_HAVE_OPENGL uqm_USE_ZIP_IO WINDRES DEBUG