Bad path
[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         configs/accessError.html \
16         configs/shar.logger \
17         configs/shireError.html \
18         configs/apache.config \
19         configs/shibboleth.ini \
20         configs/ca-bundle.crt \
21         configs/shibboleth.logger \
22         configs/rmError.html \
23         configs/shire.logger \
24         configs/AAP.xml \
25         doc/CREDITS.txt \
26         doc/INSTALL.txt \
27         doc/LICENSE.txt \
28         doc/NEWS.txt \
29         doc/README.txt \
30         doc/OPENSSL.LICENSE \
31         doc/LOG4CPP.LICENSE \
32         doc/CURL.LICENSE \
33         doc/InQueue.html \
34         doc/DEPLOY-GUIDE-ORIGIN.html \
35         doc/DEPLOY-GUIDE-TARGET.html \
36         libtool.m4 \
37         acx_pthread.m4 \
38         acx_rpctest.m4
39
40 WANT_SUBDIRS = @WANT_SUBDIRS@
41
42 SUBDIRS = $(WANT_SUBDIRS)
43
44 DIST_SUBDIRS = doc oncrpc shib schemas configs shib-target shar test \
45         mod_shire mod_shibrm siterefresh
46