Parameterize msbuild path
[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 dist-hook:
9         rm -rf `find $(distdir)/msbuild -name .svn`
10
11 WANT_SUBDIRS = @WANT_SUBDIRS@
12
13 SUBDIRS = $(WANT_SUBDIRS)
14
15 DIST_SUBDIRS = \
16         doc \
17         schemas \
18         configs \
19         shibsp \
20         shibd \
21         adfs \
22         plugins \
23         util \
24         apache \
25         nsapi_shib \
26         fastcgi \
27         odbc-store \
28         memcache-store \
29         selinux
30
31 if DX_COND_doc
32 all-local: doxygen-doc
33 else
34 all-local:
35 endif
36
37 GENFILES = @PACKAGE_NAME@.spec
38
39 EXTRA_DIST = $(DX_CONFIG) \
40         isapi_shib \
41         Shibboleth.sln \
42         config_win32.h \
43         msbuild \
44         $(GENFILES) \
45         $(GENFILES:%=%.in)