Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
darshan
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
72
Issues
72
List
Boards
Labels
Milestones
Merge Requests
5
Merge Requests
5
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
darshan
darshan
Commits
df02ace5
Commit
df02ace5
authored
Oct 12, 2015
by
Shane Snyder
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
make uthash header install in correct directory
parent
4150a0f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
darshan-util/Makefile.in
darshan-util/Makefile.in
+3
-1
No files found.
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
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