[mapguide-commits] r8670 - sandbox/jng/diet/Server/src/Core

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Fri May 15 04:59:26 PDT 2015


Author: jng
Date: 2015-05-15 04:59:26 -0700 (Fri, 15 May 2015)
New Revision: 8670

Modified:
   sandbox/jng/diet/Server/src/Core/Makefile.am
Log:
Fix DWF Toolkit linker paths

Modified: sandbox/jng/diet/Server/src/Core/Makefile.am
===================================================================
--- sandbox/jng/diet/Server/src/Core/Makefile.am	2015-05-14 15:56:21 UTC (rev 8669)
+++ sandbox/jng/diet/Server/src/Core/Makefile.am	2015-05-15 11:59:26 UTC (rev 8670)
@@ -159,8 +159,8 @@
   -R$(map_srcdir)/Server/src/$(map_unittesting_dir)/.libs \
   -L$(map_fdo_lib) \
   -L$(mg_oem_ace_src)/ACE_wrappers/ace \
-  -L$(mg_oem_dwftk_src)/develop/global/src/dwfcore \
-  -L$(mg_oem_dwftk_src)/develop/global/src/dwf \
+  -L$(mg_oem_dwftk_src)/develop/global/src/dwfcore/.libs \
+  -L$(mg_oem_dwftk_src)/develop/global/src/dwf/.libs \
   -L$(mg_oem_dbxml_src)/install/lib \
   -L$(top_builddir)/Common/CoordinateSystem \
   -L../../../Common/MdfModel \



More information about the mapguide-commits mailing list