X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=e5c30ade376a7dfda299e45b567473f42266c727;hb=ba82f9bac6adf708283ffd94c99105cea42fae63;hp=d4c4b4677df05149abc8cab557517c91f8fa3f44;hpb=67f3779c55ee948fcf9b2d5bb2f189291869bcf7;p=shibboleth%2Fcpp-sp.git diff --git a/Makefile.am b/Makefile.am index d4c4b46..e5c30ad 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,5 @@ -AUTOMAKE_OPTIONS = foreign - -ACLOCAL_AMFLAGS = -I . +AUTOMAKE_OPTIONS = foreign dist-zip dist-bzip2 +ACLOCAL_AMFLAGS = -I m4 include doxygen.am @@ -10,7 +9,21 @@ WANT_SUBDIRS = @WANT_SUBDIRS@ SUBDIRS = $(WANT_SUBDIRS) -DIST_SUBDIRS = doc schemas configs shibsp shibd adfs util apache nsapi_shib fastcgi odbc-store memcache-store selinux +DIST_SUBDIRS = \ + doc \ + schemas \ + configs \ + shibsp \ + shibd \ + adfs \ + plugins \ + util \ + apache \ + nsapi_shib \ + fastcgi \ + odbc-store \ + memcache-store \ + selinux if DX_COND_doc all-local: doxygen-doc @@ -18,16 +31,11 @@ else all-local: endif -dist-hook: - rm -rf `find $(distdir)/isapi_shib -name .svn` - rm -rf `find $(distdir)/doc/api -name .svn` - -GENFILES = @PACKAGE_NAME@.spec pkginfo Portfile +GENFILES = @PACKAGE_NAME@.spec EXTRA_DIST = $(DX_CONFIG) \ - isapi_shib \ - Shibboleth.sln \ - config_win32.h \ - $(GENFILES) \ - $(GENFILES:%=%.in) \ - postinstall + isapi_shib \ + Shibboleth.sln \ + config_win32.h \ + $(GENFILES) \ + $(GENFILES:%=%.in)