Wink Saville | fbaaef9 | 2010-05-27 16:25:37 -0700 | [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@ |
Jeff Davidson | a3b2a6d | 2014-09-15 16:29:06 -0700 | [diff] [blame] | 9 | Libs: -L${libdir} -lprotobuf @PTHREAD_CFLAGS@ @PTHREAD_LIBS@ |
| 10 | Libs.private: @LIBS@ |
Wink Saville | fbaaef9 | 2010-05-27 16:25:37 -0700 | [diff] [blame] | 11 | Cflags: -I${includedir} @PTHREAD_CFLAGS@ |
Tamas Berghammer | b0575e9 | 2016-06-03 17:53:47 -0700 | [diff] [blame] | 12 | Conflicts: protobuf-lite |