hashtable.c is needed individually when memdebug is enabled.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1899 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2005-10-13 08:09:11 +00:00
parent c0a648c715
commit 97d55a0896
+1 -1
View File
@@ -13,6 +13,6 @@ fi
#fi
if [ -n "$MEMDEBUG" ]; then
uqm_CFILES="$uqm_CFILES memdebug.c"
uqm_CFILES="$uqm_CFILES hashtable.c memdebug.c"
fi