summaryrefslogtreecommitdiff
path: root/soundconverter/Makefile.am
blob: fa6635304bcdd48d0a905c81cac4a628170c5baa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
## Process this file with automake to produce Makefile.in

soundconverterdir = $(libdir)/soundconverter/python/soundconverter

soundconverter_PYTHON = \
	__init__.py 	\
	error.py	\
	gstreamer.py	\
	fileoperations.py	\
	namegenerator.py	\
	notify.py	\
	queue.py	\
	settings.py	\
	soundfile.py	\
	task.py	\
	ui.py	\
	utils.py	\
	messagearea.py \
	gconfstore.py \
	batch.py


clean-local:
	rm -rf *.pyc *.pyo