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

« back to all changes in this revision

Viewing changes to app/menus/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:
6
6
        menus-types.h           \
7
7
        menus.c                 \
8
8
        menus.h                 \
 
9
        dockable-menu.c         \
 
10
        dockable-menu.h         \
9
11
        file-menu.c             \
10
12
        file-menu.h             \
11
13
        image-menu.c            \
15
17
        tool-options-menu.c     \
16
18
        tool-options-menu.h     \
17
19
        toolbox-menu.c          \
18
 
        toolbox-menu.h
 
20
        toolbox-menu.h          \
 
21
        window-menu.c           \
 
22
        window-menu.h
19
23
 
20
24
 
21
25
EXTRA_DIST = \
23
27
 
24
28
AM_CPPFLAGS = \
25
29
        -DG_LOG_DOMAIN=\"Gimp-Menus\"   \
26
 
        @GIMP_THREAD_FLAGS@             \
27
 
        @GIMP_MP_FLAGS@
 
30
        @GTHREAD_CFLAGS@
28
31
 
29
32
INCLUDES = \
30
33
        -I$(top_builddir)       \