X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=e5c30ade376a7dfda299e45b567473f42266c727;hb=1fe0319f91a3f03cf47ab1f5aade814d3cdc67dd;hp=1914719da8d92b2e59951c9c2efa42808524318f;hpb=51aca853f4247503b7ba1e59c5f0214998578c59;p=shibboleth%2Fcpp-sp.git diff --git a/Makefile.am b/Makefile.am index 1914719..e5c30ad 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,41 @@ -## $Id$ +AUTOMAKE_OPTIONS = foreign dist-zip dist-bzip2 +ACLOCAL_AMFLAGS = -I m4 -AUTOMAKE_OPTIONS = foreign +include doxygen.am -SUBDIRS = schemas shib eduPerson test +MOSTLYCLEANFILES = $(DX_CLEANFILES) + +WANT_SUBDIRS = @WANT_SUBDIRS@ + +SUBDIRS = $(WANT_SUBDIRS) + +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 +else +all-local: +endif + +GENFILES = @PACKAGE_NAME@.spec + +EXTRA_DIST = $(DX_CONFIG) \ + isapi_shib \ + Shibboleth.sln \ + config_win32.h \ + $(GENFILES) \ + $(GENFILES:%=%.in)