[cgma-dev] r5827 - cgm/branches/merge-cubit12.2/itaps
iulian at mcs.anl.gov
iulian at mcs.anl.gov
Wed Oct 24 11:35:22 CDT 2012
Author: iulian
Date: 2012-10-24 11:35:22 -0500 (Wed, 24 Oct 2012)
New Revision: 5827
Modified:
cgm/branches/merge-cubit12.2/itaps/Makefile.am
Log:
add explicitly libcgm.la to the dependencies of the tests here, in itaps
folder.
It is maybe too much, but we will see how it goes
Modified: cgm/branches/merge-cubit12.2/itaps/Makefile.am
===================================================================
--- cgm/branches/merge-cubit12.2/itaps/Makefile.am 2012-10-23 19:22:11 UTC (rev 5826)
+++ cgm/branches/merge-cubit12.2/itaps/Makefile.am 2012-10-24 16:35:22 UTC (rev 5827)
@@ -66,7 +66,7 @@
check_PROGRAMS = chaman $(TESTS)
-LDADD = libiGeom.la
+LDADD = libiGeom.la $(top_builddir)/libcgm.la
AM_LDFLAGS += $(CGM_EXT_LTFLAGS) $(CGM_EXT_LDFLAGS)
testgeom_SOURCES = testgeom.cc
testgeom_occ_SOURCES = $(testgeom_SOURCES)
More information about the cgma-dev
mailing list