From 3c66c2e6418246e8b802a6ad101ac752ac11eb25 Mon Sep 17 00:00:00 2001 From: "kenton@google.com" Date: Mon, 3 Aug 2009 21:31:25 +0000 Subject: Allow dependents to use pkg-config to figure out what flags to pass to link against protobuf. --- protobuf-lite.pc.in | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 protobuf-lite.pc.in (limited to 'protobuf-lite.pc.in') 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 -- cgit v1.2.3