Move the configs EXTRA_DIST from main Makefile into configs Makefile
authorDerek Atkins <derek@ihtfp.com>
Fri, 12 Dec 2003 17:43:53 +0000 (17:43 +0000)
committerDerek Atkins <derek@ihtfp.com>
Fri, 12 Dec 2003 17:43:53 +0000 (17:43 +0000)
Makefile.am
configs/Makefile.am

index a1181cc..af37ab3 100644 (file)
@@ -3,7 +3,7 @@ AUTOMAKE_OPTIONS = foreign
 ACLOCAL_AMFLAGS = -I .
 
 EXTRA_DIST = \
-       schemas configs doc isapi_shib \
+       schemas doc isapi_shib \
        Shibboleth.dsw libtool.m4 acx_pthread.m4 acx_rpctest.m4 \
     posttest/posttest.dsp \
     shibtest/shibtest.dsp
index c0d8edb..5c12586 100644 (file)
@@ -17,3 +17,5 @@ pkgsysconf_DATA = \
        sites.xml \
        trust.xml \
        creds.xml
+
+EXTRA_DIST = ${pkgsysconf_DATA}