Files
whipper-gui/morituri/common/Makefile.am
Thomas Vander Stichele 28c2a47d62 * morituri/result/result.py:
Change toctable to table since it's a full index table.
	* morituri/common/Makefile.am:
	* morituri/common/program.py (added):
	  Add module and class for program state.
	* morituri/rip/cd.py:
	  Use the program state to clean up the do() function.
2009-06-07 14:20:30 +00:00

17 lines
238 B
Makefile

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