[email protected] | 3c66c2e | 2009-08-03 21:31:25 +0000 | [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@ | ||||
Daniel Ruoso | 4b389fa | 2019-01-04 16:08:21 -0500 | [diff] [blame] | 9 | Libs: -L${libdir} -lprotobuf-lite @PTHREAD_LIBS@ |
[email protected] | 3c66c2e | 2009-08-03 21:31:25 +0000 | [diff] [blame] | 10 | Cflags: -I${includedir} @PTHREAD_CFLAGS@ |
Stefan Sauer | 37e7a3c | 2015-05-12 17:50:05 +0200 | [diff] [blame] | 11 | Conflicts: protobuf |