[Scummvm-cvs-logs] SF.net SVN: scummvm:[54169] scummvm/trunk/Makefile.common

sev at users.sourceforge.net sev at users.sourceforge.net
Tue Nov 9 21:48:23 CET 2010


Revision: 54169
          http://scummvm.svn.sourceforge.net/scummvm/?rev=54169&view=rev
Author:   sev
Date:     2010-11-09 20:48:23 +0000 (Tue, 09 Nov 2010)

Log Message:
-----------
CONFIGURE: Fix linking in some cases

Nowadays code in graphics/ depends on sound/ i.e. in video codecs.
This fixes ./configure --disable-all-engines --enable-toon

Modified Paths:
--------------
    scummvm/trunk/Makefile.common

Modified: scummvm/trunk/Makefile.common
===================================================================
--- scummvm/trunk/Makefile.common	2010-11-09 20:26:12 UTC (rev 54168)
+++ scummvm/trunk/Makefile.common	2010-11-09 20:48:23 UTC (rev 54169)
@@ -23,10 +23,10 @@
 # After the game specific modules follow the shared modules
 MODULES += \
 	gui \
-	sound \
 	backends \
 	engines \
 	graphics \
+	sound \
 	common \
 	po
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list