Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
hiredis
Commits
27d4dcb6
Commit
27d4dcb6
authored
Mar 29, 2015
by
Jan-Erik Rediger
Browse files
Merge pull request #318 from neonquill/fix-install-target
Add PKGCONFNAME to install dependencies.
parents
421e0f33
dc13bc86
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
27d4dcb6
...
...
@@ -160,7 +160,7 @@ $(PKGCONFNAME): hiredis.h
@
echo
Libs:
-L
\$
${libdir}
-lhiredis
>>
$@
@
echo
Cflags:
-I
\$
${includedir}
-D_FILE_OFFSET_BITS
=
64
>>
$@
install
:
$(DYLIBNAME) $(STLIBNAME)
install
:
$(DYLIBNAME) $(STLIBNAME)
$(PKGCONFNAME)
mkdir
-p
$(INSTALL_INCLUDE_PATH)
$(INSTALL_LIBRARY_PATH)
$(INSTALL)
hiredis.h async.h read.h sds.h adapters
$(INSTALL_INCLUDE_PATH)
$(INSTALL)
$(DYLIBNAME)
$(INSTALL_LIBRARY_PATH)
/
$(DYLIB_MINOR_NAME)
...
...
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