aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
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 /Makefile.am
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 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index ff3835c5..c311fe02 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -32,6 +32,9 @@ clean-local:
cd gtest && $(MAKE) $(AM_MAKEFLAGS) clean; \
fi
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = protobuf.pc protobuf-lite.pc
+
EXTRA_DIST = \
autogen.sh \
generate_descriptor_proto.sh \