1prefix=@prefix@
2exec_prefix=@exec_prefix@
3libdir=@libdir@
4includedir=@includedir@
5
6Name: Protocol Buffers
7Description: Google's Data Interchange Format
8Version: @VERSION@
9Libs: -L${libdir} -lprotobuf @PTHREAD_CFLAGS@ @PTHREAD_LIBS@
10Libs.private: @LIBS@
11Cflags: -I${includedir} @PTHREAD_CFLAGS@
12# Commented out because it crashes pkg-config *sigh*:
13#   http://bugs.freedesktop.org/show_bug.cgi?id=13265
14# Conflicts: protobuf-lite
15