aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
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