From 01cf52c44c630d92b7b896b8365dafbc5ee49743 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Thu, 19 Feb 2009 17:07:09 +0000 Subject: [PATCH] [build] Update the EXTRA_DIST list Remove the files we don't ship or have, to avoid distcheck failing. --- build/autotools/Makefile.am | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/build/autotools/Makefile.am b/build/autotools/Makefile.am index dbc0bf99f..4b95cf3fe 100644 --- a/build/autotools/Makefile.am +++ b/build/autotools/Makefile.am @@ -1,12 +1,9 @@ -null= +NULL = -EXTRA_DIST= gtk-doc.m4 \ - libtool.m4 \ - ltoptions.m4 \ - ltsugar.m4 \ - ltversion.m4 \ - lt~obsolete.m4 \ - shave.m4 \ - shave.in \ - shave-libtool.in \ - $(null) +EXTRA_DIST = \ + dolt.m4 \ + gtk-doc.m4 \ + shave.in \ + shave-libtool.in \ + shave.m4 \ + $(NULL)