From 9645b5cbe989e7c11d4481573e9f29088b09970d Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Thu, 26 Jul 2007 15:21:50 +0200 Subject: [PATCH] build-sys: fix directories in EXTRA_DIST Signed-off-by: Karel Zak --- Makefile.am | 4 ++-- tests/Makefile.am | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile.am b/Makefile.am index 0aa7150e..1cce174a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,8 +21,8 @@ ACLOCAL_AMFLAGS = -I m4 EXTRA_DIST = \ autogen.sh \ README.devel \ - licenses/ \ - example.files/ \ + licenses \ + example.files \ po/update-potfiles \ tools \ docs diff --git a/tests/Makefile.am b/tests/Makefile.am index d4485086..8b354014 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -2,9 +2,9 @@ include $(top_srcdir)/config/include-Makefile.am SUBDIRS = helpers -EXTRA_DIST = expected/ \ +EXTRA_DIST = expected \ functions.sh \ - input/ \ + input \ README \ run.sh \ ts-cal-1 \ -- 2.39.5