kenton@google.com | 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 @PTHREAD_LIBS@ |
liujisi@google.com | d2967cd | 2012-07-03 09:52:54 +0000 | [diff] [blame] | 10 | Libs.private: @LIBS@ |
Hao Nguyen | 09cab82 | 2019-06-11 16:00:16 -0700 | [diff] [blame] | 11 | |
Seth Girvan | 014872a | 2019-04-30 17:35:36 -0700 | [diff] [blame] | 12 | Cflags: -I${includedir} @PTHREAD_CFLAGS@ |
Stefan Sauer | 37e7a3c | 2015-05-12 17:50:05 +0200 | [diff] [blame] | 13 | Conflicts: protobuf-lite |