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@ |
Adam Cozzette | d049bce | 2021-10-15 13:10:38 -0700 | [diff] [blame] | 9 | Libs: -L${libdir} -lprotobuf |
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 | |
Adam Cozzette | d049bce | 2021-10-15 13:10:38 -0700 | [diff] [blame] | 12 | Cflags: -I${includedir} |
Stefan Sauer | 37e7a3c | 2015-05-12 17:50:05 +0200 | [diff] [blame] | 13 | Conflicts: protobuf-lite |