aboutsummaryrefslogtreecommitdiff
path: root/breakpad.pc.in
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 /breakpad.pc.in
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 'breakpad.pc.in')
-rw-r--r--breakpad.pc.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/breakpad.pc.in b/breakpad.pc.in
new file mode 100644
index 00000000..9aec9f8c
--- /dev/null
+++ b/breakpad.pc.in
@@ -0,0 +1,10 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@/@PACKAGE_NAME@
+
+Name: google-breakpad
+Description: An open-source multi-platform crash reporting system
+Version: @PACKAGE_VERSION@
+Libs: -L${libdir} -lbreakpad @PTHREAD_LIBS@
+Cflags: -I${includedir} @PTHREAD_CFLAGS@