summaryrefslogtreecommitdiff
path: root/include/xmlsec/gnutls/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'include/xmlsec/gnutls/Makefile.am')
-rw-r--r--include/xmlsec/gnutls/Makefile.am14
1 files changed, 14 insertions, 0 deletions
diff --git a/include/xmlsec/gnutls/Makefile.am b/include/xmlsec/gnutls/Makefile.am
new file mode 100644
index 00000000..78235c4c
--- /dev/null
+++ b/include/xmlsec/gnutls/Makefile.am
@@ -0,0 +1,14 @@
+NULL =
+
+xmlsecgnutlsincdir = $(includedir)/xmlsec1/xmlsec/gnutls
+
+xmlsecgnutlsinc_HEADERS = \
+app.h \
+crypto.h \
+symbols.h \
+x509.h \
+$(NULL)
+
+install-exec-hook:
+ $(mkinstalldirs) $(DESTDIR)$(xmlsecgnutlsincdir)
+