~ubuntu-branches/ubuntu/vivid/gimp/vivid

« back to all changes in this revision

Viewing changes to data/tool-presets/Paint/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Jordi Mallach
  • Date: 2012-05-08 18:50:03 UTC
  • mto: (1.1.26) (0.5.1 experimental)
  • mto: This revision was merged to the branch mainline in revision 71.
  • Revision ID: package-import@ubuntu.com-20120508185003-tltkvbaysf8d2426
ImportĀ upstreamĀ versionĀ 2.8.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## Makefile.am for gimp/data/tool-presets/Paint
 
2
 
 
3
toolpresetspaintdatadir = $(gimpdatadir)/tool-presets/Paint
 
4
 
 
5
toolpresetspaintdata_DATA = \
 
6
        Airbrush.gtp            \
 
7
        Basic-Knife.gtp         \
 
8
        Basic-Round.gtp         \
 
9
        Basic-Round-Detail.gtp  \
 
10
        Bristles.gtp            \
 
11
        Eraser-Hard.gtp         \
 
12
        Noise.gtp               \
 
13
        Smudge-Rough.gtp        \
 
14
        Smudge-Soft.gtp         \
 
15
        Soft-Oil.gtp            \
 
16
        Splatters.gtp           \
 
17
        Structure.gtp           \
 
18
        Vegetal.gtp
 
19
 
 
20
EXTRA_DIST = $(toolpresetspaintdata_DATA)