Convert ENDLINE refs to eol.
[shibboleth/cpp-sp.git] / Makefile.am
index 1c644d7..7422c34 100644 (file)
@@ -3,42 +3,30 @@ AUTOMAKE_OPTIONS = foreign
 ACLOCAL_AMFLAGS = -I .
 
 EXTRA_DIST = \
-       schemas/cs-sstc-schema-assertion-01.xsd \
-       schemas/cs-sstc-schema-protocol-01.xsd \
-       schemas/soap-envelope.xsd \
-       schemas/xmldsig-core-schema.xsd \
-       schemas/xmldsig-filter2.xsd \
-       schemas/xml.xsd \
-       schemas/shibboleth.xsd \
-       configs/accessError.html \
-       configs/shar.logger \
-       configs/shireError.html \
-       configs/apache.config \
-       configs/shibboleth.ini \
-       configs/ca-bundle.crt \
-       configs/shibboleth.logger \
-       configs/rmError.html \
-       configs/shire.logger \
-       configs/AAP.xml \
-       doc/CREDITS.txt \
-       doc/INSTALL.txt \
-       doc/LICENSE.txt \
-       doc/NEWS.txt \
-       doc/README.txt \
-       doc/OPENSSL.LICENSE \
-       doc/LOG4CPP.LICENSE \
-       doc/CURL.LICENSE \
-       doc/InQueue.html \
-       doc/DEPLOY-GUIDE-ORIGIN.html \
-       doc/DEPLOY-GUIDE-TARGET.html \
-       libtool.m4 \
-       acx_pthread.m4 \
-       acx_rpctest.m4
+       isapi_shib \
+       Shibboleth.dsw libtool.m4 acx_pthread.m4 acx_rpctest.m4 depcomp \
+       config_win32.h posttest/posttest.dsp shibtest/shibtest.dsp \
+       shibboleth.spec.in shibboleth.spec pkginfo.in pkginfo checkinstall
 
 WANT_SUBDIRS = @WANT_SUBDIRS@
 
 SUBDIRS = $(WANT_SUBDIRS)
 
-DIST_SUBDIRS = doc oncrpc shib schemas configs shib-target shar test \
-       mod_shire mod_shibrm siterefresh
+DIST_SUBDIRS = adfs doc oncrpc shib schemas configs shib-target shar test \
+       apache fastcgi siterefresh shib-mysql-ccache xmlproviders nsapi_shib selinux
 
+all-local: shibboleth.spec pkginfo
+
+shibboleth.spec: shibboleth.spec.in Makefile
+       rm -f $@.tmp
+       sed < $< > $@.tmp \
+           -e 's:@-VERSION-@:${VERSION}:'
+       mv $@.tmp $@
+
+pkginfo: pkginfo.in Makefile
+       rm -f $@.tmp
+       sed < $< > $@.tmp \
+           -e 's:@-VERSION-@:${VERSION}:'
+       mv $@.tmp $@
+
+DISTCLEANFILES = shibboleth.spec pkginfo