Added missing files to distribution.
[shibboleth/cpp-sp.git] / Makefile.am
1 ## $Id$
2
3 AUTOMAKE_OPTIONS = foreign
4
5 ACLOCAL_AMFLAGS = -I .
6
7 EXTRA_DIST = \
8         schemas/cs-sstc-schema-assertion-01.xsd \
9         schemas/cs-sstc-schema-protocol-01.xsd \
10         schemas/soap-envelope.xsd \
11         schemas/xmldsig-core-schema.xsd \
12         schemas/xmldsig-filter2.xsd \
13         schemas/xml.xsd \
14         schemas/shibboleth.xsd \
15         schemas/eduPerson.xsd \
16         configs/accessError.html \
17         configs/shar.logger \
18         configs/shireError.html \
19         configs/apache.config \
20         configs/shibboleth.ini \
21         configs/ca-bundle.crt \
22         configs/shibboleth.logger \
23         configs/rmError.html \
24         configs/shire.logger \
25         libtool.m4 acx_pthread.m4 acx_rpctest.m4
26
27 SUBDIRS = @WANT_SUBDIRS@
28
29 dist-hook:
30         cp ../*.txt ../*.html $(distdir)
31