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 |
deleted file mode 100644 |
index 80f1f461954e8a8352185aebfc555f5b09774240..0000000000000000000000000000000000000000 |
--- a/third_party/protobuf/protobuf-lite.pc.in |
+++ /dev/null |
@@ -1,11 +0,0 @@ |
-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 |