X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-sp.git;a=blobdiff_plain;f=Makefile.am;h=e5c30ade376a7dfda299e45b567473f42266c727;hp=20b2105ed0a9938f2111644798d9110385a9afb8;hb=HEAD;hpb=a27e5f53963c6067c56029b0b575636447ac4104 diff --git a/Makefile.am b/Makefile.am index 20b2105..e5c30ad 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,8 +1,41 @@ -## $Id$ +AUTOMAKE_OPTIONS = foreign dist-zip dist-bzip2 +ACLOCAL_AMFLAGS = -I m4 -AUTOMAKE_OPTIONS = foreign +include doxygen.am -ACLOCAL_AMFLAGS = -I . +MOSTLYCLEANFILES = $(DX_CLEANFILES) -SUBDIRS = @WANT_SUBDIRS@ +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)