summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeal H. Walfield <neal@pep.foundation>2019-06-01 12:03:42 +0200
committerNeal H. Walfield <neal@pep.foundation>2019-06-01 12:03:42 +0200
commit7cd573bde8b6971884c46f3d48109023ca24e113 (patch)
treef037ea58a548394bfc3416c30f13ac7437e9c039
parent10967e2c2aef98f00c5959431cf0c4c0d2cbec64 (diff)
ffi: Install all headers
-rw-r--r--openpgp-ffi/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/openpgp-ffi/Makefile b/openpgp-ffi/Makefile
index 775ac63d..ea4e013d 100644
--- a/openpgp-ffi/Makefile
+++ b/openpgp-ffi/Makefile
@@ -81,6 +81,9 @@ install:
$(INSTALL) -d $(DESTDIR)$(PREFIX)/include/sequoia
$(INSTALL) -t $(DESTDIR)$(PREFIX)/include/sequoia \
include/sequoia/*.h
+ $(INSTALL) -d $(DESTDIR)$(PREFIX)/include/sequoia/openpgp
+ $(INSTALL) -t $(DESTDIR)$(PREFIX)/include/sequoia/openpgp \
+ include/sequoia/openpgp/*.h
$(INSTALL) -d $(DESTDIR)$(PREFIX)/lib
$(INSTALL) $(CARGO_TARGET_DIR)/release/libsequoia_openpgp_ffi.$(_SEQ_LIB_EXT) \
$(DESTDIR)$(PREFIX)/lib/libsequoia_openpgp_ffi.$(_SEQ_LIB_EXT).$(VERSION)