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

« back to all changes in this revision

Viewing changes to plug-ins/FractalExplorer/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
22
24
        Dialogs.h               \
23
25
        Dialogs.c               \
24
26
        FractalExplorer.c       \
25
 
        FractalExplorer.h       \
26
 
        logo.h                  \
27
 
        pix_data.h
 
27
        FractalExplorer.h
28
28
 
29
29
INCLUDES = \
30
30
        -I$(top_srcdir) \
34
34
LDADD = \
35
35
        $(libgimpui)            \
36
36
        $(libgimpwidgets)       \
 
37
        $(libgimpconfig)        \
37
38
        $(libgimp)              \
38
39
        $(libgimpcolor)         \
 
40
        $(libgimpmath)          \
39
41
        $(libgimpbase)          \
40
42
        $(GTK_LIBS)             \
41
43
        $(RT_LIBS)              \