aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2012-06-21 22:30:08 +0200
committerJay Berkenbilt <ejb@ql.org>2012-06-21 22:36:34 +0200
commitf7e53c6d74542c534b1c9813ee5abcc9ec10e501 (patch)
treecce4bfcfcc6f8ed1197a8244f42c602c1f90c07a /configure.ac
parent9cdaa76b5264df88abb119c4db0b2a5e79a93027 (diff)
downloadqpdf-f7e53c6d74542c534b1c9813ee5abcc9ec10e501.tar.zst
Add pkg-config support
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 3e89f978..8f87797c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,6 +7,7 @@ AC_INIT([qpdf],[2.3.1])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_FILES([autoconf.mk])
AC_CONFIG_FILES([manual/html.xsl manual/print.xsl])
+AC_CONFIG_FILES([libqpdf.pc])
AC_CONFIG_HEADERS([libqpdf/qpdf/qpdf-config.h])
AC_PROG_CC