summaryrefslogtreecommitdiff
path: root/protobuf.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'protobuf.pc.in')
-rw-r--r--protobuf.pc.in12
1 files changed, 0 insertions, 12 deletions
diff --git a/protobuf.pc.in b/protobuf.pc.in
deleted file mode 100644
index 49014903..00000000
--- a/protobuf.pc.in
+++ /dev/null
@@ -1,12 +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 @PTHREAD_CFLAGS@ @PTHREAD_LIBS@
-Libs.private: @LIBS@
-Cflags: -I${includedir} @PTHREAD_CFLAGS@
-Conflicts: protobuf-lite