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
5c12fa4c
Commit
5c12fa4c
authored
Mar 19, 2015
by
Jan-Erik Rediger
Browse files
Merge pull request #316 from boardwalk/master
Fix hiredis.pc generation.
parents
796305a3
97364ed5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
5c12fa4c
...
...
@@ -151,8 +151,8 @@ $(PKGCONFNAME): hiredis.h
@
echo
"Generating
$@
for pkgconfig..."
@
echo
prefix
=
$(PREFIX)
>
$@
@
echo
exec_prefix
=
$
${prefix}
>>
$@
@
echo
libdir
=
$(PREFIX)
/
$(
INCLUDE
_PATH)
>>
$@
@
echo
includedir
=
$(PREFIX)
/
$(
LIBRARY
_PATH)
>>
$@
@
echo
libdir
=
$(PREFIX)
/
$(
LIBRARY
_PATH)
>>
$@
@
echo
includedir
=
$(PREFIX)
/
$(
INCLUDE
_PATH)
>>
$@
@
echo
>>
$@
@
echo
Name: hiredis
>>
$@
@
echo
Description: Minimalistic C client library
for
Redis.
>>
$@
...
...
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