Files
whipper-gui/morituri/common/Makefile.am
Thomas Vander Stichele 402c3c019a * README:
Fix up dependencies.
	* morituri.spec.in:
	  Fix dependencies and noarch install location.
	* morituri/common/Makefile.am:
	  Add result.py to dist
2009-09-06 17:08:17 +00:00

19 lines
264 B
Makefile

CLEANFILES = *.py{c,o}
morituridir = $(PYTHONLIBDIR)/morituri/common
morituri_PYTHON = \
__init__.py \
accurip.py \
checksum.py \
common.py \
drive.py \
encode.py \
log.py \
logcommand.py \
program.py \
renamer.py \
result.py \
task.py \
taskgtk.py