[cgma-dev] r5807 - cgm/trunk/cgm_apps/examples/facetdriver

janehu at mcs.anl.gov janehu at mcs.anl.gov
Thu Oct 18 10:54:10 CDT 2012


Author: janehu
Date: 2012-10-18 10:54:09 -0500 (Thu, 18 Oct 2012)
New Revision: 5807

Modified:
   cgm/trunk/cgm_apps/examples/facetdriver/Makefile.am
Log:
Fix the make check with shared build for cgm on occ for this directory. Passed both shared and static build for make check in trunk.

Modified: cgm/trunk/cgm_apps/examples/facetdriver/Makefile.am
===================================================================
--- cgm/trunk/cgm_apps/examples/facetdriver/Makefile.am	2012-10-18 15:12:14 UTC (rev 5806)
+++ cgm/trunk/cgm_apps/examples/facetdriver/Makefile.am	2012-10-18 15:54:09 UTC (rev 5807)
@@ -13,4 +13,4 @@
                -I$(top_srcdir)/geom/facet \
                -I$(top_srcdir)/geom/facetbool
 
-LDADD = $(top_builddir)/libcgm.la $(CGM_EXT_LIBS) $(CGM_EXT_LDFLAGS) $(CGM_EXT_LTFLAGS) 
+LDADD = $(top_builddir)/libcgm.la $(CGM_EXT_LIBS) $(CGM_EXT_LDFLAGS) $(CGM_EXT_LTFLAGS) $(top_builddir)/geom/Cholla/libCholla.la $(top_builddir)/geom/facet/libcubit_facet.la $(top_builddir)/geom/facetbool/libcubit_facetbool.la $(top_builddir)/geom/libcubit_geom.la $(top_builddir)/util/libcubit_util.la



More information about the cgma-dev mailing list