aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorvapier@chromium.org <vapier@chromium.org>2014-08-27 02:10:55 +0000
committervapier@chromium.org <vapier@chromium.org>2014-08-27 02:10:55 +0000
commit1b309ed0077f95fee417f93c80a5bbda7e3143fe (patch)
tree496c15bbc9a564190b4b8995aa24376bbe080c11 /configure.ac
parentSet 32 bits iOS app to use vm_region_recurse_64. (diff)
downloadbreakpad-1b309ed0077f95fee417f93c80a5bbda7e3143fe.tar.xz
make "make install" also install headers and pkgconfig files
See https://code.google.com/p/google-breakpad/issues/detail?id=219 R=vapier@chromium.org Review URL: https://breakpad.appspot.com/1114002 git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1364 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 6 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 72b72d03..8c02f519 100644
--- a/configure.ac
+++ b/configure.ac
@@ -150,5 +150,10 @@ AC_ARG_ENABLE(selftest,
[selftest=false])
AM_CONDITIONAL(SELFTEST, test x$selftest = xtrue)
-AC_CONFIG_FILES([Makefile])
+AC_CONFIG_FILES(m4_flatten([
+ breakpad.pc
+ breakpad-client.pc
+ Makefile
+]))
+
AC_OUTPUT