summaryrefslogtreecommitdiff
path: root/include/xmlsec/openssl/Makefile.am
blob: a7e0be57ed87742c1c64ed27e5d9b9cb40ab037c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
NULL =

xmlsecopensslincdir = $(includedir)/xmlsec1/xmlsec/openssl

xmlsecopensslinc_HEADERS = \
app.h \
bn.h \
crypto.h \
evp.h \
symbols.h \
x509.h \
$(NULL)

install-exec-hook:
	$(mkinstalldirs) $(DESTDIR)$(xmlsecopensslincdir)