[cgma-dev] r3152 - cgm/trunk/util

kraftche at cae.wisc.edu kraftche at cae.wisc.edu
Fri Sep 18 15:28:18 CDT 2009


Author: kraftche
Date: 2009-09-18 15:28:17 -0500 (Fri, 18 Sep 2009)
New Revision: 3152

Modified:
   cgm/trunk/util/Makefile.am
Log:
fix issue building shared libraries: CubitDynamicLoader.cpp requires libdl

Modified: cgm/trunk/util/Makefile.am
===================================================================
--- cgm/trunk/util/Makefile.am	2009-09-18 19:56:45 UTC (rev 3151)
+++ cgm/trunk/util/Makefile.am	2009-09-18 20:28:17 UTC (rev 3152)
@@ -202,3 +202,5 @@
       RStarTreeNode.cpp
 endif
 
+libcubit_util_la_LIBADD = -ldl
+



More information about the cgma-dev mailing list