* morituri/extern/Makefile.am:

Hopefully fix both make and make distcheck.
This commit is contained in:
Thomas Vander Stichele
2011-10-28 18:46:36 +00:00
parent 2be21bce3c
commit 505e2e34c6
2 changed files with 10 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
2011-10-28 Thomas Vander Stichele <thomas at apestaart dot org>
* morituri/extern/Makefile.am:
Hopefully fix both make and make distcheck.
2011-10-28 Thomas Vander Stichele <thomas at apestaart dot org>
* morituri/test/Makefile.am:

View File

@@ -36,9 +36,11 @@ musicbrainzngs_PYTHON = \
EXTRA_DIST = log/test_log.py command/test_command.py command/help2man.py
musicbrainzngs/musicbrainz.py: all
python-musicbrainz-ngs:
pwd
git clone https://github.com/thomasvs/python-musicbrainz-ngs.git
$(top_srcdir)/musicbrainzngs/musicbrainz.py: python-musicbrainz-ngs
all: musicbrainzngs/musicbrainz.py
all:
if test ! -e $(top_srcdir)/morituri/extern/musicbrainzngs/musicbrainz.py; then cloning python-musicbrainz-ngs; make python-musicbrainz-ngs; fi