Redirect headers have to be in err_headers_out.
[shibboleth/cpp-sp.git] / Makefile.am
1 AUTOMAKE_OPTIONS = foreign
2 ACLOCAL_AMFLAGS = -I m4
3
4 include doxygen.am
5
6 MOSTLYCLEANFILES = $(DX_CLEANFILES)
7
8 WANT_SUBDIRS = @WANT_SUBDIRS@
9
10 SUBDIRS = $(WANT_SUBDIRS)
11
12 DIST_SUBDIRS = \
13         doc \
14         schemas \
15         configs \
16         shibsp \
17         shibd \
18         adfs \
19         util \
20         apache \
21         nsapi_shib \
22         fastcgi \
23         odbc-store \
24         memcache-store \
25         selinux
26
27 if DX_COND_doc
28 all-local: doxygen-doc
29 else
30 all-local:
31 endif
32
33 dist-hook:
34         rm -rf `find $(distdir)/isapi_shib -name .svn`
35         rm -rf `find $(distdir)/doc/api -name .svn`
36
37 GENFILES = @PACKAGE_NAME@.spec
38
39 EXTRA_DIST = $(DX_CONFIG) \
40     isapi_shib \
41     Shibboleth.sln \
42     config_win32.h \
43     $(GENFILES) \
44     $(GENFILES:%=%.in)