From 1f4c30f2b6e36a063be1839aa6f949ac5055eb99 Mon Sep 17 00:00:00 2001 From: avolkov Date: Fri, 28 Apr 2006 01:29:03 +0000 Subject: [PATCH] Hooking 'log' into the build system git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2333 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/sc2code/libs/Makeinfo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc2/src/sc2code/libs/Makeinfo b/sc2/src/sc2code/libs/Makeinfo index 19d8a39d8..b182c067c 100644 --- a/sc2/src/sc2code/libs/Makeinfo +++ b/sc2/src/sc2code/libs/Makeinfo @@ -1,5 +1,5 @@ uqm_SUBDIRS="decomp file graphics input list math memory resource sound - strings task threads time uio video" + strings task threads time uio video log" #if [ "$DEBUG" = 1 ]; then # uqm_SUBDIRS="$UQM_SUBDIRS debug" #fi