Merge pull request #316 from boardwalk/master
Fix hiredis.pc generation.
This commit is contained in:
commit
5c12fa4ce4
4
Makefile
4
Makefile
@ -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. >> $@
|
||||
|
Loading…
Reference in New Issue
Block a user