summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makefile
diff options
context:
space:
mode:
authorSteven Noonan <steven@uplinklabs.net>2009-10-17 06:45:06 -0700
committerSteven Noonan <steven@uplinklabs.net>2009-10-17 06:45:06 -0700
commitc13e172b78d460484bb64911553e720fe13c4200 (patch)
treeecf66e458b7561456874a6ffda29ae47f1050821 /crawl-ref/source/makefile
parentea55eb44115700d36c32aea64aa3f08f80af7250 (diff)
downloadcrawl-ref-c13e172b78d460484bb64911553e720fe13c4200.tar.gz
crawl-ref-c13e172b78d460484bb64911553e720fe13c4200.zip
makefile: export CONFIGURE_FLAGS variable
Signed-off-by: Steven Noonan <steven@uplinklabs.net>
Diffstat (limited to 'crawl-ref/source/makefile')
-rw-r--r--crawl-ref/source/makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/makefile b/crawl-ref/source/makefile
index 12a4636d72..dbbc5ca8dc 100644
--- a/crawl-ref/source/makefile
+++ b/crawl-ref/source/makefile
@@ -51,6 +51,7 @@ export CC
export CXX
export CFLAGS
export MAKEFLAGS
+export CONFIGURE_FLAGS
LIBPCRE := contrib/install/lib/libpcre.a
LIBSDL := contrib/install/lib/libSDL.a