~ubuntu-branches/ubuntu/breezy/gimp/breezy

« back to all changes in this revision

Viewing changes to plug-ins/script-fu/scripts/images/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2005-10-04 19:04:46 UTC
  • Revision ID: james.westby@ubuntu.com-20051004190446-ukh32kwk56s4sjhu
Tags: upstream-2.2.8
ImportĀ upstreamĀ versionĀ 2.2.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## Process this file with automake to produce Makefile.in
 
2
 
 
3
imagesdatadir = $(gimpdatadir)/scripts/images
 
4
 
 
5
imagesdata_DATA = \
 
6
        beavis.jpg      \
 
7
        texture.jpg     \
 
8
        texture1.jpg    \
 
9
        texture2.jpg    \
 
10
        texture3.jpg
 
11
 
 
12
EXTRA_DIST = $(imagesdata_DATA)