X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=4fb593f07a98ae906098f14cd9d7bd78a1acc395;hb=53995a97360e7b8323556aa41d2f45dd21442c37;hp=20b2105ed0a9938f2111644798d9110385a9afb8;hpb=a27e5f53963c6067c56029b0b575636447ac4104;p=shibboleth%2Fcpp-sp.git diff --git a/Makefile.am b/Makefile.am index 20b2105..4fb593f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,8 +1,41 @@ -## $Id$ - AUTOMAKE_OPTIONS = foreign +ACLOCAL_AMFLAGS = -I m4 + +include doxygen.am + +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 -ACLOCAL_AMFLAGS = -I . +if DX_COND_doc +all-local: doxygen-doc +else +all-local: +endif -SUBDIRS = @WANT_SUBDIRS@ +GENFILES = @PACKAGE_NAME@.spec +EXTRA_DIST = $(DX_CONFIG) \ + isapi_shib \ + Shibboleth.sln \ + config_win32.h \ + $(GENFILES) \ + $(GENFILES:%=%.in)