Make sure we distribute a complete source tree
authorDerek Atkins <derek@ihtfp.com>
Wed, 12 Mar 2003 16:41:34 +0000 (16:41 +0000)
committerDerek Atkins <derek@ihtfp.com>
Wed, 12 Mar 2003 16:41:34 +0000 (16:41 +0000)
Makefile.am

index fc740f5..1e27bef 100644 (file)
@@ -25,7 +25,12 @@ EXTRA_DIST = \
         configs/AAP.xml \
        libtool.m4 acx_pthread.m4 acx_rpctest.m4
 
-SUBDIRS = @WANT_SUBDIRS@
+WANT_SUBDIRS = @WANT_SUBDIRS@
+
+SUBDIRS = $(WANT_SUBDIRS)
+
+DIST_SUBDIRS = oncrpc shib schemas configs shib-target eduPerson shar test \
+       mod_shire mod_shibrm
 
 dist-hook:
        cp ../*.txt ../*.html $(distdir)