Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Shane Snyder
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)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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