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

« back to all changes in this revision

Viewing changes to plug-ins/imagemap/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:
1
1
## Process this file with automake to produce Makefile.in
2
2
 
3
3
libgimpui = $(top_builddir)/libgimp/libgimpui-$(GIMP_API_VERSION).la
 
4
libgimpconfig = $(top_builddir)/libgimpconfig/libgimpconfig-$(GIMP_API_VERSION).la
4
5
libgimpwidgets = $(top_builddir)/libgimpwidgets/libgimpwidgets-$(GIMP_API_VERSION).la
5
6
libgimp = $(top_builddir)/libgimp/libgimp-$(GIMP_API_VERSION).la
6
7
libgimpcolor = $(top_builddir)/libgimpcolor/libgimpcolor-$(GIMP_API_VERSION).la
7
8
libgimpbase = $(top_builddir)/libgimpbase/libgimpbase-$(GIMP_API_VERSION).la
 
9
libgimpmath = $(top_builddir)/libgimpmath/libgimpmath-$(GIMP_API_VERSION).la
8
10
 
9
11
if OS_WIN32
10
12
mwindows = -mwindows
19
21
libexec_PROGRAMS = imagemap
20
22
 
21
23
EXTRA_DIST = \
22
 
        AUTHORS         \
23
 
        NEWS            \
24
 
        README          \
25
 
        TODO            \
26
24
        imap_cern.l     \
27
25
        imap_csim.l     \
28
26
        imap_ncsa.l     \
103
101
        imap_object_popup.h             \
104
102
        imap_polygon.c                  \
105
103
        imap_polygon.h                  \
106
 
        imap_popup.c                    \
107
 
        imap_popup.h                    \
108
104
        imap_preferences.c              \
109
105
        imap_preferences.h              \
110
106
        imap_preview.c                  \
126
122
        imap_table.c                    \
127
123
        imap_table.h                    \
128
124
        imap_taglist.c                  \
129
 
        imap_taglist.h                  \
130
 
        imap_toolbar.c                  \
131
 
        imap_toolbar.h                  \
132
 
        imap_tools.c                    \
133
 
        imap_tools.h
 
125
        imap_taglist.h
134
126
 
135
127
INCLUDES = \
136
128
        -I$(top_srcdir) \
140
132
LDADD = \
141
133
        $(libgimpui)            \
142
134
        $(libgimpwidgets)       \
 
135
        $(libgimpconfig)        \
143
136
        $(libgimp)              \
144
137
        $(libgimpcolor)         \
 
138
        $(libgimpmath)          \
145
139
        $(libgimpbase)          \
146
140
        $(GTK_LIBS)             \
147
141
        $(RT_LIBS)              \