Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
darshan
darshan
Commits
df02ace5
Commit
df02ace5
authored
Oct 12, 2015
by
Shane Snyder
Browse files
make uthash header install in correct directory
parent
4150a0f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
darshan-util/Makefile.in
View file @
df02ace5
...
...
@@ -126,7 +126,9 @@ install:: all
ifeq
($(DARSHAN_ENABLE_SHARED),1)
install
-m
755
libdarshan-util.so
$(libdir)
endif
install
-m
644
uthash-1.9.2/src/uthash.h
$(includedir)
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)
...
...
Shane Snyder
@ssnyder
mentioned in issue
#164 (closed)
·
Oct 13, 2015
mentioned in issue
#164 (closed)
mentioned in issue #164
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment