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