protobuf.pc.in 303 Bytes
Newer Older
1 2 3 4 5 6 7 8
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@

Name: Protocol Buffers
Description: Google's Data Interchange Format
Version: @VERSION@
9
Libs: -L${libdir} -lprotobuf @PTHREAD_LIBS@
10
Libs.private: @LIBS@
Hao Nguyen's avatar
Hao Nguyen committed
11

12
Cflags: -I${includedir} @PTHREAD_CFLAGS@
13
Conflicts: protobuf-lite