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

« back to all changes in this revision

Viewing changes to app/file/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:
2
2
 
3
3
noinst_LIBRARIES = libappfile.a
4
4
 
 
5
AM_CPPFLAGS = \
 
6
        -DG_LOG_DOMAIN=\"Gimp-File\"    \
 
7
        @GTHREAD_CFLAGS@
 
8
 
 
9
INCLUDES = \
 
10
        -I$(top_builddir)       \
 
11
        -I$(top_srcdir)         \
 
12
        -I$(top_builddir)/app   \
 
13
        -I$(top_srcdir)/app     \
 
14
        $(GDK_PIXBUF_CFLAGS)    \
 
15
        -I$(includedir)
 
16
 
5
17
libappfile_a_SOURCES = \
6
18
        file-open.c             \
7
19
        file-open.h             \
14
26
        gimprecentlist.c        \
15
27
        gimprecentlist.h
16
28
 
17
 
AM_CPPFLAGS = \
18
 
        -DG_LOG_DOMAIN=\"Gimp-File\"    \
19
 
        @GIMP_THREAD_FLAGS@             \
20
 
        @GIMP_MP_FLAGS@
21
 
 
22
 
INCLUDES = \
23
 
        -I$(top_srcdir)         \
24
 
        -I$(top_srcdir)/app     \
25
 
        $(GDK_PIXBUF_CFLAGS)    \
26
 
        -I$(includedir)
27
 
 
28
29
EXTRA_DIST = makefile.msc