/gtk/prep-images

To get this branch, use:
bzr branch http://bzr.ed.am/gtk/prep-images
1
2
3
4
5
6
7
8
9
10
11
12
# Makefile.am -- process this file with automake to produce Makefile.in

bin_SCRIPTS = prep-images

# pkgpythondir gives us a module name with '-'s in it
prep_imagesdir = $(pythondir)/prep_images

prep_images_PYTHON = \
	../lib/prep_images/__init__.py \
	../lib/prep_images/main_window.py \
	../lib/prep_images/prefs_dialog.py \
	../lib/prep_images/preferences.py