aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
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 /configure.ac
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 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 075d935c..42a7fe70 100644
--- a/configure.ac
+++ b/configure.ac
@@ -119,5 +119,5 @@ AC_CXX_STL_HASH
AC_CONFIG_SUBDIRS([gtest])
-AC_CONFIG_FILES([Makefile src/Makefile ])
+AC_CONFIG_FILES([Makefile src/Makefile protobuf.pc protobuf-lite.pc])
AC_OUTPUT