Index: third_party/protobuf/protobuf-lite.pc.in |
diff --git a/third_party/protobuf/protobuf-lite.pc.in b/third_party/protobuf/protobuf-lite.pc.in |
new file mode 100644 |
index 0000000000000000000000000000000000000000..80f1f461954e8a8352185aebfc555f5b09774240 |
--- /dev/null |
+++ b/third_party/protobuf/protobuf-lite.pc.in |
@@ -0,0 +1,11 @@ |
+prefix=@prefix@ |
+exec_prefix=@exec_prefix@ |
+libdir=@libdir@ |
+includedir=@includedir@ |
+ |
+Name: Protocol Buffers |
+Description: Google's Data Interchange Format |
+Version: @VERSION@ |
+Libs: -L${libdir} -lprotobuf-lite @PTHREAD_CFLAGS@ @PTHREAD_LIBS@ |
+Cflags: -I${includedir} @PTHREAD_CFLAGS@ |
+Conflicts: protobuf |