mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 18:58:51 +00:00
b16074d53b
Reviewed By: mcslee Other Notes: Submitted by Ben Maurer git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665377 13f79535-47bb-0310-9956-ffa450edef68
12 lines
240 B
PkgConfig
12 lines
240 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: Thrift
|
|
Description: Thrift Nonblocking API
|
|
Version: @VERSION@
|
|
Requires: thrift = @VERSION@
|
|
Libs: -L${libdir} -lthriftnb
|
|
Cflags: -I${includedir}/thrift
|