[Scummvm-cvs-logs] CVS: scummvm Makefile,1.73,1.74

Max Horn fingolfin at users.sourceforge.net
Tue Apr 6 15:05:50 CEST 2004


Update of /cvsroot/scummvm/scummvm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22766

Modified Files:
	Makefile 
Log Message:
Fix for building from an external dir (ensures that the correct config.h gets included)

Index: Makefile
===================================================================
RCS file: /cvsroot/scummvm/scummvm/Makefile,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -d -r1.73 -r1.74
--- Makefile	3 Apr 2004 07:19:10 -0000	1.73
+++ Makefile	6 Apr 2004 21:50:04 -0000	1.74
@@ -20,7 +20,7 @@
 
 DEFINES     := -DHAVE_CONFIG_H
 LDFLAGS     :=
-INCLUDES    := -I$(srcdir) -I$(srcdir)/common
+INCLUDES    := -I. -I$(srcdir) -I$(srcdir)/common
 LIBS	    :=
 OBJS	    :=
 





More information about the Scummvm-git-logs mailing list