[MOAB-dev] commit/MOAB: danwu: Fix Makefile.am that caused build error
commits-noreply at bitbucket.org
commits-noreply at bitbucket.org
Fri Aug 2 11:36:35 CDT 2013
1 new commit in MOAB:
https://bitbucket.org/fathomteam/moab/commits/4ec259eacc9c/
Changeset: 4ec259eacc9c
Branch: master
User: danwu
Date: 2013-08-02 18:36:23
Summary: Fix Makefile.am that caused build error
Affected #: 1 file
diff --git a/test/parallel/Makefile.am b/test/parallel/Makefile.am
index ec647ef..e1098c5 100644
--- a/test/parallel/Makefile.am
+++ b/test/parallel/Makefile.am
@@ -54,9 +54,9 @@ else
endif
if PNETCDF_FILE
- if !NETCDF_FILE
- NETCDF_TESTS = scdpart read_nc_par ucdtrvpart mpastrvpart
- endif
+if !NETCDF_FILE
+ NETCDF_TESTS += scdpart read_nc_par ucdtrvpart mpastrvpart
+endif
endif
if ENABLE_mbcoupler
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