<html lang='en'>
<head>
<meta content='text/html; charset=utf-8' http-equiv='Content-Type'>
<title>
GitLab
</title>
</meta>
</head>
<style>
  img {
    max-width: 100%;
    height: auto;
  }
  p.details {
    font-style:italic;
    color:#777
  }
  .footer p {
    font-size:small;
    color:#777
  }
  pre.commit-message {
    white-space: pre-wrap;
  }
  .file-stats a {
    text-decoration: none;
  }
  .file-stats .new-file {
    color: #090;
  }
  .file-stats .deleted-file {
    color: #B00;
  }
</style>
<body>
<div class='content'>
<h3>Shane Snyder pushed to branch dev-modular at <a href="https://xgitlab.cels.anl.gov/darshan/darshan">darshan / darshan</a></h3>
<h4>
Commits:
</h4>
<ul>
<li>
<strong><a href="https://xgitlab.cels.anl.gov/darshan/darshan/commit/320968568dddcd8f81c466c85c03046a08fbc710">32096856</a></strong>
<div>
<span>by Shane Snyder</span>
<i>at 2015-10-13T09:50:02Z</i>
</div>
<pre class='commit-message'>make install updates to support external tools</pre>
</li>
</ul>
<h4>1 changed file:</h4>
<ul>
<li class='file-stats'>
<a href='#diff-0'>
darshan-util/Makefile.in
</a>
</li>
</ul>
<h4>Changes:</h4>
<li id='diff-0'>
<a href='https://xgitlab.cels.anl.gov/darshan/darshan/commit/320968568dddcd8f81c466c85c03046a08fbc710#diff-0'>
<strong>
darshan-util/Makefile.in
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="color: #000000;background-color: #ffdddd">--- a/darshan-util/Makefile.in
</span><span style="color: #000000;background-color: #ddffdd">+++ b/darshan-util/Makefile.in
</span><span style="color: #aaaaaa">@@ -126,10 +126,20 @@ install:: all
</span> ifeq ($(DARSHAN_ENABLE_SHARED),1)
        install -m 755 libdarshan-util.so $(libdir)
 endif
<span style="color: #000000;background-color: #ddffdd">+        install -m 644 $(srcdir)/darshan-logutils.h $(includedir)
+       install -m 644 $(srcdir)/darshan-posix-logutils.h $(includedir)
+       install -m 644 $(srcdir)/darshan-mpiio-logutils.h $(includedir)
+       install -m 644 $(srcdir)/darshan-hdf5-logutils.h $(includedir)
+       install -m 644 $(srcdir)/darshan-pnetcdf-logutils.h $(includedir)
+       install -m 644 $(srcdir)/darshan-bgq-logutils.h $(includedir)
+       install -m 644 $(srcdir)/../darshan-posix-log-format.h $(includedir)
+       install -m 644 $(srcdir)/../darshan-mpiio-log-format.h $(includedir)
+       install -m 644 $(srcdir)/../darshan-hdf5-log-format.h $(includedir)
+       install -m 644 $(srcdir)/../darshan-pnetcdf-log-format.h $(includedir)
+       install -m 644 $(srcdir)/../darshan-bgq-log-format.h $(includedir)
</span>   install -d $(includedir)/uthash-1.9.2
        install -d $(includedir)/uthash-1.9.2/src
        install -m 644 uthash-1.9.2/src/uthash.h $(includedir)/uthash-1.9.2/src/
-       install -m 644 $(srcdir)/darshan-logutils.h $(includedir)
        install -m 644 $(DARSHAN_LOG_FORMAT) $(includedir)
        install -m 755 darshan-job-summary/bin/darshan-job-summary.pl $(bindir)
        install -d $(libdir)/TeX
</code></pre>

<br>
</li>

</div>
<div class='footer' style='margin-top: 10px;'>
<p>

<br>
<a href="https://xgitlab.cels.anl.gov/darshan/darshan/commit/320968568dddcd8f81c466c85c03046a08fbc710">View it on GitLab</a>
<script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","action":{"@type":"ViewAction","name":"View Commit","url":"https://xgitlab.cels.anl.gov/darshan/darshan/commit/320968568dddcd8f81c466c85c03046a08fbc710"}}</script>
</p>
</div>
</body>
</html>