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. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 075d935c4..42a7fe70e 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 -- cgit v1.2.3