Merge pull request #65 from czchen/feature/pcre

Use Requires for libpcre in r3.pc
This commit is contained in:
Yo-An Lin 2014-07-05 16:04:23 +08:00
commit 8c5b25949e

View file

@ -6,6 +6,6 @@ libdir=@libdir@
Name: r3
Description: High-performance URL router library
Version: @PACKAGE_VERSION@
Requires:
Libs: -L${libdir} -lr3 -lpcre
Requires: libpcre
Libs: -L${libdir} -lr3
CFlags: -I${includedir}