[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.2-293-g7d51143

Service Account noreply at mpich.org
Tue Apr 26 13:56:46 CDT 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "MPICH primary repository".

The branch, master has been updated
       via  7d511439295df1c3ef918022a4954930288ccf6b (commit)
      from  636ba185897e059084a8f9f414800f78cc29eb35 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.mpich.org/mpich.git/commitdiff/7d511439295df1c3ef918022a4954930288ccf6b

commit 7d511439295df1c3ef918022a4954930288ccf6b
Author: Halim Amer <aamer at anl.gov>
Date:   Sat Mar 19 13:47:45 2016 -0500

    Fixed missing top_srcdir in logging/common/Makefile.mk
    
    Signed-off-by: Ken Raffenetti <raffenet at mcs.anl.gov>

diff --git a/src/util/logging/common/Makefile.mk b/src/util/logging/common/Makefile.mk
index 1efddcc..efcb1e4 100644
--- a/src/util/logging/common/Makefile.mk
+++ b/src/util/logging/common/Makefile.mk
@@ -10,7 +10,7 @@
 ##mpi_core_sources +=   \
 ##    describe_states.c
 
-AM_CPPFLAGS += -Isrc/util/logging/common
+AM_CPPFLAGS += -I$(top_srcdir)/src/util/logging/common
 
 # FIXME XXX DJG this file is autogenerated, right?  how do we correctly express
 # the dependency on the "extractstates" generator code?

-----------------------------------------------------------------------

Summary of changes:
 src/util/logging/common/Makefile.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
MPICH primary repository


More information about the commits mailing list