[cgma-dev] r1812 - cgm/trunk/itaps

kraftche at mcs.anl.gov kraftche at mcs.anl.gov
Thu May 15 10:22:21 CDT 2008


Author: kraftche
Date: 2008-05-15 10:22:20 -0500 (Thu, 15 May 2008)
New Revision: 1812

Modified:
   cgm/trunk/itaps/Makefile.am
Log:
fix build with cubit issue

Modified: cgm/trunk/itaps/Makefile.am
===================================================================
--- cgm/trunk/itaps/Makefile.am	2008-05-15 14:44:06 UTC (rev 1811)
+++ cgm/trunk/itaps/Makefile.am	2008-05-15 15:22:20 UTC (rev 1812)
@@ -64,7 +64,7 @@
 check_PROGRAMS = $(TESTS)
 
 testgeom_SOURCES = testgeom.cc
-testgeom_LDADD = libiGeom.la  ../init/libcgma_init.la $(TEST_XLIBS)
+testgeom_LDADD = $(TEST_XLDFLAGS) libiGeom.la  ../init/libcgma_init.la $(TEST_XLIBS)
 testgeom_CPPFLAGS = $(CPPFLAGS) -DSRCDIR=$(srcdir)
 
 




More information about the cgma-dev mailing list