~ubuntu-branches/ubuntu/saucy/gimp/saucy-security

« back to all changes in this revision

Viewing changes to plug-ins/color-rotate/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Micah Gersten
  • Date: 2012-05-20 19:21:01 UTC
  • mfrom: (1.1.26) (0.4.16 sid)
  • Revision ID: package-import@ubuntu.com-20120520192101-bs7zetx8ffoq2nfv
Tags: 2.8.0-2ubuntu1
* Merge from Debian unstable (LP: #908472). Remaining Changes:
  - debian/patches/02_help-message.patch,
    debian/patches/03_gimp.desktop.in.in.patch:
    + Update some strings for Ubuntu
  - debian/control:
    + Update description
  - debian/rules:
    + Set gettext domain and update translation templates
* Drop the following patches that were applied upstream:
  - debian/patches/ghost-cursor.patch: fix Wacom tablet cursor events
  - debian/patches/embed-page-setup-dialog.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
libgimp = $(top_builddir)/libgimp/libgimp-$(GIMP_API_VERSION).la
13
13
libgimpcolor = $(top_builddir)/libgimpcolor/libgimpcolor-$(GIMP_API_VERSION).la
14
14
libgimpbase = $(top_builddir)/libgimpbase/libgimpbase-$(GIMP_API_VERSION).la
15
 
libgimpmath = $(top_builddir)/libgimpmath/libgimpmath-$(GIMP_API_VERSION).la $(libm)
 
15
libgimpmath = $(top_builddir)/libgimpmath/libgimpmath-$(GIMP_API_VERSION).la
 
16
 
 
17
if HAVE_WINDRES
 
18
include $(top_srcdir)/build/windows/gimprc-plug-ins.rule
 
19
color_rotate_RC = color-rotate.rc.o
 
20
endif
16
21
 
17
22
AM_LDFLAGS = $(mwindows)
18
23
 
42
47
        -I$(includedir)
43
48
 
44
49
LDADD = \
 
50
        $(libm)                 \
45
51
        $(libgimpui)            \
46
52
        $(libgimpwidgets)       \
47
53
        $(libgimpconfig)        \
51
57
        $(libgimpbase)          \
52
58
        $(GTK_LIBS)             \
53
59
        $(RT_LIBS)              \
54
 
        $(INTLLIBS)
 
60
        $(INTLLIBS)             \
 
61
        $(color_rotate_RC)