[cgma-dev] r3447 - cgm/branches/merge-cubit12/geom/testing

kraftche at cae.wisc.edu kraftche at cae.wisc.edu
Wed Jan 20 09:59:04 CST 2010


Author: kraftche
Date: 2010-01-20 09:59:04 -0600 (Wed, 20 Jan 2010)
New Revision: 3447

Modified:
   cgm/branches/merge-cubit12/geom/testing/Makefile.am
Log:
makefile fixes for new tests from Cubit

Modified: cgm/branches/merge-cubit12/geom/testing/Makefile.am
===================================================================
--- cgm/branches/merge-cubit12/geom/testing/Makefile.am	2010-01-20 15:33:30 UTC (rev 3446)
+++ cgm/branches/merge-cubit12/geom/testing/Makefile.am	2010-01-20 15:59:04 UTC (rev 3447)
@@ -11,8 +11,11 @@
   TESTS += $(BASE_TESTS:.engine=.occ)
 endif
 
+INCLUDES = -I$(top_srcdir)/util -I$(top_srcdir)/geom -I.
+LDADD = ../../util/libcubit_util.la \
+        ../libcubit_geom.la
 
-SUFFIXES += .acis .occ
+SUFFIXES = .acis .occ
 check_PROGRAMS = $(TESTS) cgm_test
 cgm_test_SOURCES = cgm_test.cpp \
                    cgm_test.hpp \



More information about the cgma-dev mailing list