[MOAB-dev] commit/MOAB: tautges: Fixing problem detected by Jenkins tester.
commits-noreply at bitbucket.org
commits-noreply at bitbucket.org
Mon Sep 16 18:02:16 CDT 2013
1 new commit in MOAB:
https://bitbucket.org/fathomteam/moab/commits/12a02f861468/
Changeset: 12a02f861468
Branch: master
User: tautges
Date: 2013-09-17 01:02:07
Summary: Fixing problem detected by Jenkins tester.
Affected #: 1 file
diff --git a/test/perf/point_location/Makefile.am b/test/perf/point_location/Makefile.am
index 2d59114..308aec4 100644
--- a/test/perf/point_location/Makefile.am
+++ b/test/perf/point_location/Makefile.am
@@ -14,11 +14,16 @@ if PARALLEL
AM_CPPFLAGS += -I$(top_srcdir)/src/parallel
endif
-LDADD = $(top_builddir)/src/libMOAB.la $(top_builddir)/tools/mbcoupler/libmbcoupler.la
+LDADD = $(top_builddir)/src/libMOAB.la
-check_PROGRAMS = point_location elem_eval_time tree_searching_perf sploc_searching_perf
+check_PROGRAMS = point_location tree_searching_perf sploc_searching_perf
noinst_PROGRAMS =
+if ENABLE_mbcoupler
+ check_PROGRAMS += elem_eval_time
+ LDADD += $(top_builddir)/tools/mbcoupler/libmbcoupler.la
+endif
+
point_location_SOURCES = point_location.cpp
elem_eval_time_SOURCES = elem_eval_time.cpp
tree_searching_perf_SOURCES = tree_searching_perf.cpp
Repository URL: https://bitbucket.org/fathomteam/moab/
--
This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
More information about the moab-dev
mailing list