[mapguide-commits] r4883 - branches/2.1/MgDev/Web/src

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Sat May 15 10:18:19 EDT 2010


Author: trevorwekel
Date: 2010-05-15 10:18:19 -0400 (Sat, 15 May 2010)
New Revision: 4883

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


Modified: branches/2.1/MgDev/Web/src/Makefile.am
===================================================================
--- branches/2.1/MgDev/Web/src/Makefile.am	2010-05-14 13:40:11 UTC (rev 4882)
+++ branches/2.1/MgDev/Web/src/Makefile.am	2010-05-15 14:18:19 UTC (rev 4883)
@@ -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