Skip to content

Commit

Permalink
Merge pull request #316 from boardwalk/master
Browse files Browse the repository at this point in the history
Fix hiredis.pc generation.
  • Loading branch information
badboy committed Mar 19, 2015
2 parents 796305a + 97364ed commit 5c12fa4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -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. >> $@
Expand Down

0 comments on commit 5c12fa4

Please sign in to comment.