Failed to initialize members after switch from auto_ptr.
[shibboleth/cpp-sp.git] / Makefile.am
1 AUTOMAKE_OPTIONS = foreign
2
3 ACLOCAL_AMFLAGS = -I .
4
5 EXTRA_DIST = \
6         isapi_shib \
7         Shibboleth.dsw libtool.m4 acx_pthread.m4 acx_rpctest.m4 depcomp \
8         config_win32.h posttest/posttest.dsp shibtest/shibtest.dsp \
9         shibboleth.spec.in shibboleth.spec pkginfo.in pkginfo checkinstall
10
11 WANT_SUBDIRS = @WANT_SUBDIRS@
12
13 SUBDIRS = $(WANT_SUBDIRS)
14
15 DIST_SUBDIRS = adfs doc oncrpc shib schemas configs shib-target shar test \
16         apache fastcgi siterefresh shib-mysql-ccache xmlproviders nsapi_shib selinux
17
18 all-local: shibboleth.spec pkginfo
19
20 shibboleth.spec: shibboleth.spec.in Makefile
21         rm -f $@.tmp
22         sed < $< > $@.tmp \
23             -e 's:@-VERSION-@:${VERSION}:'
24         mv $@.tmp $@
25
26 pkginfo: pkginfo.in Makefile
27         rm -f $@.tmp
28         sed < $< > $@.tmp \
29             -e 's:@-VERSION-@:${VERSION}:'
30         mv $@.tmp $@
31
32 DISTCLEANFILES = shibboleth.spec pkginfo