[Scummvm-cvs-logs] SF.net SVN: scummvm:[47812] scummvm/trunk

jvprat at users.sourceforge.net jvprat at users.sourceforge.net
Tue Feb 2 14:02:08 CET 2010


Revision: 47812
          http://scummvm.svn.sourceforge.net/scummvm/?rev=47812&view=rev
Author:   jvprat
Date:     2010-02-02 13:02:08 +0000 (Tue, 02 Feb 2010)

Log Message:
-----------
Install the plugins from the current directory (the build one), not from the source directory

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

Modified: scummvm/trunk/Makefile.common
===================================================================
--- scummvm/trunk/Makefile.common	2010-02-02 11:48:28 UTC (rev 47811)
+++ scummvm/trunk/Makefile.common	2010-02-02 13:02:08 UTC (rev 47812)
@@ -261,7 +261,4 @@
 DIST_FILES_ENGINEDATA+=$(srcdir)/dists/pred.dic
 endif
 
-# Plugin files
-DIST_FILES_PLUGINS:=$(addprefix $(srcdir)/,$(PLUGINS))
-
 .PHONY: all clean distclean plugins dist-src

Modified: scummvm/trunk/ports.mk
===================================================================
--- scummvm/trunk/ports.mk	2010-02-02 11:48:28 UTC (rev 47811)
+++ scummvm/trunk/ports.mk	2010-02-02 13:02:08 UTC (rev 47812)
@@ -21,7 +21,7 @@
 	$(INSTALL) -c -m 644 $(DIST_FILES_THEMES) $(DIST_FILES_ENGINEDATA) "$(DESTDIR)$(DATADIR)/scummvm/"
 ifdef DYNAMIC_MODULES
 	$(INSTALL) -d "$(DESTDIR)$(LIBDIR)/scummvm/"
-	$(INSTALL) -c -s -m 644 $(DIST_FILES_PLUGINS) "$(DESTDIR)$(LIBDIR)/scummvm/"
+	$(INSTALL) -c -s -m 644 $(PLUGINS) "$(DESTDIR)$(LIBDIR)/scummvm/"
 endif
 
 uninstall:


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