aboutsummaryrefslogtreecommitdiffstats
path: root/make
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 /make
parent9cdaa76b5264df88abb119c4db0b2a5e79a93027 (diff)
downloadqpdf-f7e53c6d74542c534b1c9813ee5abcc9ec10e501.tar.zst
Add pkg-config support
Diffstat (limited to 'make')
-rw-r--r--make/libtool.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/make/libtool.mk b/make/libtool.mk
index e23ed246..7cc6d435 100644
--- a/make/libtool.mk
+++ b/make/libtool.mk
@@ -103,7 +103,7 @@ endef
# Install target
install: all
- ./mkinstalldirs $(DESTDIR)$(libdir)
+ ./mkinstalldirs $(DESTDIR)$(libdir)/pkgconfig
./mkinstalldirs $(DESTDIR)$(bindir)
./mkinstalldirs $(DESTDIR)$(includedir)/qpdf
./mkinstalldirs $(DESTDIR)$(docdir)
@@ -126,3 +126,4 @@ install: all
cp doc/qpdf-manual.html $(DESTDIR)$(docdir)
cp doc/qpdf-manual.pdf $(DESTDIR)$(docdir)
cp doc/*.1 $(DESTDIR)$(mandir)/man1
+ cp libqpdf.pc $(DESTDIR)$(libdir)/pkgconfig