[mapguide-commits] r4884 - trunk/MgDev/Web/src

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Sat May 15 10:21:39 EDT 2010


Author: trevorwekel
Date: 2010-05-15 10:21:39 -0400 (Sat, 15 May 2010)
New Revision: 4884

Modified:
   trunk/MgDev/Web/src/Makefile.am
Log:
Ticket #1358 Fusion templates missing from Linux build
- Fix script for trunk


Modified: trunk/MgDev/Web/src/Makefile.am
===================================================================
--- trunk/MgDev/Web/src/Makefile.am	2010-05-15 14:18:19 UTC (rev 4883)
+++ trunk/MgDev/Web/src/Makefile.am	2010-05-15 14:21:39 UTC (rev 4884)
@@ -41,6 +41,7 @@
 	@cp -fp PhpApi/constants.php $(mapadmindir)
 	@cp -fp ../../Common/MapGuideCommon/Resources/mapguide_en.res $(resourcesdir)
 	@cp -rfp ../../Oem/fusion/build/* $(fusiondir)
+	@cp -rfp ../../Oem/fusionMG/* $(fusiondir)
 	@cp -rfp mapviewerphp/* $(mapviewerphpdir)
 	@cp -fp PhpApi/constants.php $(mapviewerphpdir)
 	@find mapviewerjava -maxdepth 1 -type f -exec cp -fp {} $(mapviewerjavadir) \;



More information about the mapguide-commits mailing list