~ubuntu-branches/ubuntu/hoary/gimp/hoary

« back to all changes in this revision

Viewing changes to plug-ins/FractalExplorer/examples/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2005-04-04 14:51:23 UTC
  • Revision ID: james.westby@ubuntu.com-20050404145123-9py049eeelfymur8
Tags: upstream-2.2.2
ImportĀ upstreamĀ versionĀ 2.2.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## Process this file with automake to produce Makefile.in
 
2
 
 
3
fractalexplorerdatadir = $(gimpdatadir)/fractalexplorer
 
4
 
 
5
fractalexplorerdata_DATA = \
 
6
        Asteroid_Field          \
 
7
        Bar_Code_Label          \
 
8
        Beauty_of_Nature        \
 
9
        Blue_Curtain            \
 
10
        Car_Track               \
 
11
        Energetic_Diamond       \
 
12
        Explosive               \
 
13
        Flower                  \
 
14
        Fragments               \
 
15
        Hemp                    \
 
16
        High_Voltage            \
 
17
        Hoops                   \
 
18
        Ice_Crystal             \
 
19
        Leaves                  \
 
20
        Lightning               \
 
21
        Mandelbrot              \
 
22
        Marble                  \
 
23
        Marble2                 \
 
24
        Medusa                  \
 
25
        Nautilus                \
 
26
        Nebula                  \
 
27
        Plant                   \
 
28
        Rose                    \
 
29
        Saturn                  \
 
30
        Snow_Crystal            \
 
31
        Soma                    \
 
32
        Spark                   \
 
33
        Suns                    \
 
34
        Tentacles               \
 
35
        The_Green_Place         \
 
36
        Wave                    \
 
37
        Wood                    \
 
38
        Zooming_Circle
 
39
 
 
40
EXTRA_DIST = $(fractalexplorerdata_DATA)