aboutsummaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2020-10-21 16:07:34 +0200
committerJay Berkenbilt <ejb@ql.org>2020-10-21 16:07:34 +0200
commitcfafac8d135be02f69df49365a5cbf16a7a2aefe (patch)
tree54f5fc6eb8b51fdfaded3de201e975e54763b766 /make
parent758e3e38f5aceea2502179c7c4840911337f8a3f (diff)
downloadqpdf-cfafac8d135be02f69df49365a5cbf16a7a2aefe.tar.zst
Create a minimal Linux binary distribution (fixes #352)
This is suitable for use as a Lambda layer in AWS, inclusion in a docker container, or other places where a minimal binary distribution is desired.
Diffstat (limited to 'make')
-rw-r--r--make/libtool.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/make/libtool.mk b/make/libtool.mk
index 6a2bbc1a..a259afe0 100644
--- a/make/libtool.mk
+++ b/make/libtool.mk
@@ -106,6 +106,8 @@ endef
# Install target
+# NOTE: If installing any new executables, remember to update the
+# lambda layer code in build-scripts/build-appimage.
install: all
./mkinstalldirs -m 0755 $(DESTDIR)$(libdir)/pkgconfig
./mkinstalldirs -m 0755 $(DESTDIR)$(bindir)