Remove xmlproviders from build, deleted old AAP interface.
[shibboleth/cpp-sp.git] / Makefile.am
index eef83e8..c71aaf5 100644 (file)
@@ -3,10 +3,10 @@ AUTOMAKE_OPTIONS = foreign
 ACLOCAL_AMFLAGS = -I .
 
 EXTRA_DIST = \
-       schemas configs doc isapi_shib \
-       Shibboleth.dsw libtool.m4 acx_pthread.m4 acx_rpctest.m4 \
-    posttest/posttest.dsp \
-    shibtest/shibtest.dsp
+       schemas doc isapi_shib isapi_shib_gui \
+       Shibboleth.sln libtool.m4 acx_pthread.m4 acx_rpctest.m4 depcomp \
+       config_win32.h posttest/posttest.vcproj shibtest/shibtest.vcproj \
+       shibboleth.spec.in shibboleth.spec pkginfo.in pkginfo checkinstall
 
 dist-hook:
        rm -rf `find $(distdir)/schemas -name CVS`
@@ -21,5 +21,22 @@ WANT_SUBDIRS = @WANT_SUBDIRS@
 
 SUBDIRS = $(WANT_SUBDIRS)
 
-DIST_SUBDIRS = doc oncrpc shib schemas configs shib-target shar test \
-       mod_shire mod_shibrm siterefresh shib-mysql-ccache
+DIST_SUBDIRS = doc shib schemas configs shib-target shar test \
+       apache siterefresh odbc_ccache shib-mysql-ccache  \
+       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