From 93f7f5068dd032c781378ee1a082d4efd15ea0a9 Mon Sep 17 00:00:00 2001 From: Derek Atkins Date: Fri, 12 Dec 2003 17:43:53 +0000 Subject: [PATCH] Move the configs EXTRA_DIST from main Makefile into configs Makefile --- Makefile.am | 2 +- configs/Makefile.am | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index a1181cc..af37ab3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 diff --git a/configs/Makefile.am b/configs/Makefile.am index c0d8edb..5c12586 100644 --- a/configs/Makefile.am +++ b/configs/Makefile.am @@ -17,3 +17,5 @@ pkgsysconf_DATA = \ sites.xml \ trust.xml \ creds.xml + +EXTRA_DIST = ${pkgsysconf_DATA} -- 2.1.4