Files
whipper-gui/morituri/common/Makefile.am
Thomas Vander Stichele ee99d833a7 rename our musicbrainzngs.py to mbngs.py
Helps Debian package which prefers to strip out our copy of
musicbrainzngs
2013-03-05 16:12:52 +01:00

23 lines
317 B
Makefile

CLEANFILES = *.py{c,o}
morituridir = $(PYTHONLIBDIR)/morituri/common
morituri_PYTHON = \
__init__.py \
accurip.py \
checksum.py \
cache.py \
common.py \
config.py \
deps.py \
directory.py \
drive.py \
encode.py \
gstreamer.py \
log.py \
logcommand.py \
mbngs.py \
program.py \
renamer.py \
task.py