~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-10 00:13:42 UTC
  • mfrom: (1.1.16 upstream)
  • Revision ID: james.westby@ubuntu.com-20081010001342-uja9qine9uybggd9
Tags: 2.6.1-1ubuntu1
* Sync new bugfix version on debian (lp: #280345, #280848)
* debian/patches/02_help-message.patch,
  debian/patches/03_gimp.desktop.in.in.patch:
  - updated some strings for ubuntu
* debian/rules:
  - updated translation templates

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
AM_CPPFLAGS = \
 
4
        -DG_LOG_DOMAIN=\"Gimp-Actions\"
 
5
 
 
6
INCLUDES = \
 
7
        -I$(top_builddir)       \
 
8
        -I$(top_srcdir)         \
 
9
        -I$(top_builddir)/app   \
 
10
        -I$(top_srcdir)/app     \
 
11
        $(GEGL_CFLAGS)          \
 
12
        $(GTK_CFLAGS)           \
 
13
        -I$(includedir)
 
14
 
3
15
noinst_LIBRARIES = libappactions.a
4
16
 
5
17
libappactions_a_SOURCES = \
162
174
        windows-commands.c              \
163
175
        windows-commands.h
164
176
 
165
 
 
166
 
EXTRA_DIST = \
167
 
        makefile.msc
168
 
 
169
 
AM_CPPFLAGS = \
170
 
        -DG_LOG_DOMAIN=\"Gimp-Actions\"
171
 
 
172
 
INCLUDES = \
173
 
        -I$(top_builddir)       \
174
 
        -I$(top_srcdir)         \
175
 
        -I$(top_builddir)/app   \
176
 
        -I$(top_srcdir)/app     \
177
 
        $(GTK_CFLAGS)           \
178
 
        $(GEGL_CFLAGS)          \
179
 
        -I$(includedir)
 
177
EXTRA_DIST = makefile.msc