/gtk/prep-images

To get this branch, use:
bzr branch http://bzr.ed.am/gtk/prep-images

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: edam
  • Date: 2011-02-23 19:43:45 UTC
  • Revision ID: edam@waxworlds.org-20110223194345-f7ichg83dzo6m87x
- initial commit, includes project and build setup

Show diffs side-by-side

added added

removed removed

 
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