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

« back to all changes in this revision

Viewing changes to app/actions/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2008-10-06 13:30:41 UTC
  • mto: This revision was merged to the branch mainline in revision 35.
  • Revision ID: james.westby@ubuntu.com-20081006133041-3panbkcanaymfsmp
Tags: upstream-2.6.0
ImportĀ upstreamĀ versionĀ 2.6.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
        colormap-actions.h              \
24
24
        colormap-commands.c             \
25
25
        colormap-commands.h             \
 
26
        config-actions.c                \
 
27
        config-actions.h                \
 
28
        config-commands.c               \
 
29
        config-commands.h               \
26
30
        context-actions.c               \
27
31
        context-actions.h               \
28
32
        context-commands.c              \
152
156
        window-actions.c                \
153
157
        window-actions.h                \
154
158
        window-commands.c               \
155
 
        window-commands.h
 
159
        window-commands.h               \
 
160
        windows-actions.c               \
 
161
        windows-actions.h               \
 
162
        windows-commands.c              \
 
163
        windows-commands.h
156
164
 
157
165
 
158
166
EXTRA_DIST = \
167
175
        -I$(top_builddir)/app   \
168
176
        -I$(top_srcdir)/app     \
169
177
        $(GTK_CFLAGS)           \
 
178
        $(GEGL_CFLAGS)          \
170
179
        -I$(includedir)