* morituri/common/checksum.py: * morituri/common/gstreamer.py: * morituri/extern/Makefile.am: * morituri/extern/task/gstreamer.py: * morituri/common/gstreamer.py (added): Extract function to remove audio parsers. Fix up dist.
17 lines
242 B
Makefile
17 lines
242 B
Makefile
CLEANFILES = *.py{c,o}
|
|
|
|
morituridir = $(PYTHONLIBDIR)/morituri/common
|
|
|
|
morituri_PYTHON = \
|
|
__init__.py \
|
|
accurip.py \
|
|
checksum.py \
|
|
common.py \
|
|
drive.py \
|
|
encode.py \
|
|
gstreamer.py \
|
|
log.py \
|
|
logcommand.py \
|
|
program.py \
|
|
renamer.py
|