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
ruanhaishen
hiredis
Commits
97364ed5
Commit
97364ed5
authored
Mar 18, 2015
by
Dan Skorupski
Browse files
Fix hiredis.pc generation.
parent
796305a3
Changes
1
Show whitespace changes
Inline
Side-by-side
Makefile
View file @
97364ed5
...
...
@@ -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