Brian Silverman | 9c614bc | 2016-02-15 20:20:02 -0500 | [diff] [blame] | 1 | prefix=@prefix@ |
2 | exec_prefix=@exec_prefix@ | ||||
3 | libdir=@libdir@ | ||||
4 | includedir=@includedir@ | ||||
5 | |||||
6 | Name: Protocol Buffers | ||||
7 | Description: Google's Data Interchange Format | ||||
8 | Version: @VERSION@ | ||||
9 | Libs: -L${libdir} -lprotobuf @PTHREAD_CFLAGS@ @PTHREAD_LIBS@ | ||||
10 | Libs.private: @LIBS@ | ||||
11 | Cflags: -I${includedir} @PTHREAD_CFLAGS@ | ||||
12 | Conflicts: protobuf-lite |