Use shibboleth-sp as package name for compatibility.
[shibboleth/cpp-sp.git] / Makefile.am
index 5df3bb9..e5c30ad 100644 (file)
@@ -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 shib-target shar 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)