/gtk/prep-images

To get this branch, use:
bzr branch http://bzr.ed.am/gtk/prep-images
1 by edam
- initial commit, includes project and build setup
1
# Makefile.am -- process this file with automake to produce Makefile.in
2
3
bin_SCRIPTS = scripts/add-copyright-to-images
4
5
# pkgpythondir gives us a module name with '-'s in it
6
add_copyright_to_imagesdir = $(pythondir)/add_copyright_to_images
7
8
add_copyright_to_images_PYTHON = \
9
	add_copyright_to_images/__init__.py \
10
	add_copyright_to_images/main_window.py \
11
	add_copyright_to_images/prefs_dialog.py \
12
	add_copyright_to_images/preferences.py