aboutsummaryrefslogtreecommitdiff
path: root/protobuf-lite.pc.in
diff options
context:
space:
mode:
authorkenton@google.com <kenton@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2009-08-03 21:31:25 +0000
committerkenton@google.com <kenton@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2009-08-03 21:31:25 +0000
commit3c66c2e6418246e8b802a6ad101ac752ac11eb25 (patch)
treef8f6720f22f1ecc9bd45c82f9b8b722fcbb6dfc9 /protobuf-lite.pc.in
parentad2cfe03751debb67a61bc4e4a2047ff9a235a8f (diff)
downloadprotobuf-3c66c2e6418246e8b802a6ad101ac752ac11eb25.tar.gz
protobuf-3c66c2e6418246e8b802a6ad101ac752ac11eb25.tar.bz2
protobuf-3c66c2e6418246e8b802a6ad101ac752ac11eb25.zip
Allow dependents to use pkg-config to figure out what flags to pass to link against protobuf.
Diffstat (limited to 'protobuf-lite.pc.in')
-rw-r--r--protobuf-lite.pc.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/protobuf-lite.pc.in b/protobuf-lite.pc.in
new file mode 100644
index 00000000..29c218e5
--- /dev/null
+++ b/protobuf-lite.pc.in
@@ -0,0 +1,13 @@
+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@
+# Commented out because it crashes pkg-config *sigh*:
+# http://bugs.freedesktop.org/show_bug.cgi?id=13265
+# Conflicts: protobuf