[MOAB-dev] r2664 - MOAB/trunk/tools/dagmc
kraftche at cae.wisc.edu
kraftche at cae.wisc.edu
Thu Feb 26 16:09:11 CST 2009
Author: kraftche
Date: 2009-02-26 16:09:10 -0600 (Thu, 26 Feb 2009)
New Revision: 2664
Modified:
MOAB/trunk/tools/dagmc/Makefile.am
Log:
only try to build cub2h5m if compiling with CGM
Modified: MOAB/trunk/tools/dagmc/Makefile.am
===================================================================
--- MOAB/trunk/tools/dagmc/Makefile.am 2009-02-26 21:13:13 UTC (rev 2663)
+++ MOAB/trunk/tools/dagmc/Makefile.am 2009-02-26 22:09:10 UTC (rev 2664)
@@ -17,6 +17,7 @@
libdagmc_la_SOURCES += cgm2moab.cc
+noinst_PROGRAMS = cub2h5m
bin_PROGRAMS = cgm2moab
cgm2moab_SOURCES = main.cc cubfile.c
cgm2moab_LDFLAGS = $(CGM_LTFLAGS)
@@ -33,7 +34,6 @@
cfgdir = $(libdir)
cfg_DATA = dagmc.make
-noinst_PROGRAMS = cub2h5m
TESTS = test_geom
check_PROGRAMS = $(TESTS) pt_vol_test
test_geom_SOURCES = test_geom.cc
More information about the moab-dev
mailing list