r3/r3.pc.in

12 lines
236 B
PkgConfig
Raw Normal View History

2014-05-16 23:35:45 -04:00
prefix=@prefix@
2014-05-17 07:05:14 -04:00
exec_prefix=@exec_prefix@
2014-05-16 23:35:45 -04:00
includedir=@includedir@/r3
libdir=@libdir@
Name: r3
Description: High-performance URL router library
Version: @PACKAGE_VERSION@
2014-07-04 09:27:56 -04:00
Requires: libpcre
Libs: -L${libdir} -lr3
2014-05-16 23:35:45 -04:00
CFlags: -I${includedir}