11 lines
235 B
PkgConfig
11 lines
235 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
includedir=@includedir@/r3
|
|
libdir=@libdir@
|
|
|
|
Name: r3
|
|
Description: High-performance URL router library
|
|
Version: @PACKAGE_VERSION@
|
|
Requires:
|
|
Libs: -L${libdir} -lr3 -lpcre
|
|
CFlags: -I${includedir}
|