From 0306e022fbfaacb6960e2573babec2fc4cf744ab Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sun, 13 Jan 2013 22:47:09 +0100 Subject: [PATCH] fix distcheck --- morituri/extern/Makefile.am | 16 +--------------- morituri/test/Makefile.am | 1 - 2 files changed, 1 insertion(+), 16 deletions(-) diff --git a/morituri/extern/Makefile.am b/morituri/extern/Makefile.am index 350933e..f17bc5e 100644 --- a/morituri/extern/Makefile.am +++ b/morituri/extern/Makefile.am @@ -34,20 +34,6 @@ musicbrainzngs_PYTHON = \ musicbrainzngs/mbxml.py -EXTRA_DIST = log/test_log.py python-command/scripts/help2man +EXTRA_DIST = python-command/scripts/help2man musicbrainzngs/musicbrainz.py: all - -python-musicbrainz-ngs: - git clone git://github.com/thomasvs/python-musicbrainz-ngs.git - -python-musicbrainz-ngs-check: - if test ! -e $(top_srcdir)/morituri/extern/musicbrainzngs/musicbrainz.py; then echo cloning python-musicbrainz-ngs; make python-musicbrainz-ngs; fi - -python-command: - git clone git://github.com/thomasvs/python-command.git - -python-command-check: - if test ! -e $(top_srcdir)/morituri/extern/command/command.py; then echo cloning python-command; make python-command; fi - -all: python-musicbrainz-ngs-check python-command-check diff --git a/morituri/test/Makefile.am b/morituri/test/Makefile.am index b13b5e2..2eb066a 100644 --- a/morituri/test/Makefile.am +++ b/morituri/test/Makefile.am @@ -20,7 +20,6 @@ EXTRA_DIST = \ test_image_toc.py \ test_program_cdparanoia.py \ test_program_cdrdao.py \ - test_result_logger.py \ bloc.cue \ bloc.toc \ breeders.cue \