Added VC++ files to dist.
[shibboleth/cpp-sp.git] / Makefile.am
1 AUTOMAKE_OPTIONS = foreign
2
3 ACLOCAL_AMFLAGS = -I .
4
5 EXTRA_DIST = \
6     schemas/cs-sstc-schema-assertion-01.xsd \
7     schemas/cs-sstc-schema-protocol-01.xsd \
8     schemas/cs-sstc-schema-assertion-1.1.xsd \
9     schemas/cs-sstc-schema-protocol-1.1.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/INSTALL-WIN32.txt \
28     doc/LICENSE.txt \
29     doc/NEWS.txt \
30     doc/README.txt \
31     doc/OPENSSL.LICENSE \
32     doc/LOG4CPP.LICENSE \
33     doc/CURL.LICENSE \
34     doc/InQueue.html \
35     doc/DEPLOY-GUIDE-ORIGIN.html \
36     doc/DEPLOY-GUIDE-TARGET.html \
37     Shibboleth.dsw \
38     isapi_shib/isapi_shib.dsp \
39     isapi_shib/isapi_shib.cpp \
40     isapi_shib/cgiparse.h \
41     isapi_shib/cgiparse.c \
42     mod_shibrm/mod_shibrm.dsp \
43     mod_shire/mod_shire.dsp \
44     oncrpc/oncrpc.def \
45     oncrpc/oncrpc.dsp \
46     oncrpc/oncrpc.rc \
47     oncrpc/resource.h \
48     posttest/posttest.dsp \
49     shar/shar.dsp \
50     shar/shar_win32.cpp \
51     shar/testclient.dsp \
52     shib/shib.dsp \
53     shib/shib-threads-win32.cpp \
54     shib-mysql-ccache/shib_mysql_ccache.dsp \
55     shib-target/shibtarget.dsp \
56     shibtest/shibtest.dsp \
57     siterefresh/siterefresh.dsp \
58     libtool.m4 \
59     acx_pthread.m4 \
60     acx_rpctest.m4
61
62 WANT_SUBDIRS = @WANT_SUBDIRS@
63
64 SUBDIRS = $(WANT_SUBDIRS)
65
66 DIST_SUBDIRS = doc oncrpc shib schemas configs shib-target shar test \
67         mod_shire mod_shibrm siterefresh shib-mysql-ccache isapi_shib
68