~ubuntu-branches/ubuntu/jaunty/gimp/jaunty-security

« back to all changes in this revision

Viewing changes to plug-ins/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2007-05-02 16:33:03 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070502163303-bvzhjzbpw8qglc4y
Tags: 2.3.16-1ubuntu1
* Resynchronized with Debian, remaining Ubuntu changes:
  - debian/rules: i18n magic.
* debian/control.in:
  - Maintainer: Ubuntu Core Developers <ubuntu-devel@lists.ubuntu.com>
* debian/patches/02_help-message.patch,
  debian/patches/03_gimp.desktop.in.in.patch,
  debian/patches/10_dont_show_wizard.patch: updated.
* debian/patches/04_composite-signedness.patch,
  debian/patches/05_add-letter-spacing.patch: dropped, used upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
pygimp = pygimp
17
17
endif
18
18
 
 
19
if BUILD_SCRIPT_FU
 
20
script_fu = script-fu
 
21
endif
 
22
 
19
23
if HAVE_MAC_TWAIN
20
24
twain = twain
21
25
endif
22
26
 
 
27
if HAVE_PNG
 
28
winicon = winicon
 
29
endif
 
30
 
23
31
if OS_WIN32
24
32
twain = twain
25
33
winsnap = winsnap
 
34
if HAVE_LIBCURL
 
35
uri = uri
 
36
endif
 
37
else
 
38
uri = uri
26
39
endif
27
40
 
28
41
if BUILD_XJT
31
44
 
32
45
 
33
46
SUBDIRS = \
34
 
        dbbrowser               \
35
 
        script-fu               \
 
47
        $(script_fu)            \
36
48
        FractalExplorer         \
37
49
        Lighting                \
38
50
        MapObject               \
48
60
        $(helpbrowser)          \
49
61
        ifscompose              \
50
62
        imagemap                \
 
63
        jpeg                    \
51
64
        maze                    \
 
65
        metadata                \
52
66
        pagecurl                \
53
67
        $(print)                \
54
68
        $(pygimp)               \
56
70
        sgi                     \
57
71
        sel2path                \
58
72
        $(twain)                \
59
 
        winicon                 \
 
73
        $(uri)                  \
 
74
        $(winicon)              \
60
75
        $(winsnap)              \
61
76
        $(xjt)                  \
62
77
        common