[cgma-dev] r4519 - cgm/branches/merge-cubit12/geom/testing
kraftche at cae.wisc.edu
kraftche at cae.wisc.edu
Wed Feb 23 11:15:12 CST 2011
Author: kraftche
Date: 2011-02-23 11:15:12 -0600 (Wed, 23 Feb 2011)
New Revision: 4519
Modified:
cgm/branches/merge-cubit12/geom/testing/Makefile.am
Log:
fix occ test build
Modified: cgm/branches/merge-cubit12/geom/testing/Makefile.am
===================================================================
--- cgm/branches/merge-cubit12/geom/testing/Makefile.am 2011-02-22 06:01:04 UTC (rev 4518)
+++ cgm/branches/merge-cubit12/geom/testing/Makefile.am 2011-02-23 17:15:12 UTC (rev 4519)
@@ -10,7 +10,7 @@
endif
if build_OCC
TESTS += $(BASE_TESTS:.engine=.occ)
- AM_CPPFLAGS += -DCGM_OCC -I$(srcdir)/../OCC
+ AM_CPPFLAGS += -DCGM_OCC -I$(srcdir)/../OCC $(OCC_INC_FLAG)
endif
AM_CPPFLAGS += -I$(top_srcdir)/util -I$(top_srcdir)/geom -I.
More information about the cgma-dev
mailing list