summaryrefslogtreecommitdiff
path: root/include/xmlsec/mscrypto/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'include/xmlsec/mscrypto/Makefile.am')
-rw-r--r--include/xmlsec/mscrypto/Makefile.am16
1 files changed, 16 insertions, 0 deletions
diff --git a/include/xmlsec/mscrypto/Makefile.am b/include/xmlsec/mscrypto/Makefile.am
new file mode 100644
index 00000000..18dff94c
--- /dev/null
+++ b/include/xmlsec/mscrypto/Makefile.am
@@ -0,0 +1,16 @@
+NULL =
+
+xmlsecmscryptoincdir = $(includedir)/xmlsec1/xmlsec/mscrypto
+
+xmlsecmscryptoinc_HEADERS = \
+app.h \
+certkeys.h \
+crypto.h \
+keysstore.h \
+symbols.h \
+x509.h \
+$(NULL)
+
+install-exec-hook:
+ $(mkinstalldirs) $(DESTDIR)$(xmlsecmscryptoincdir)
+