~ubuntu-branches/ubuntu/intrepid/gimp/intrepid-updates

« back to all changes in this revision

Viewing changes to app/menus/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-Menus\"
 
5
 
 
6
INCLUDES = \
 
7
        -I$(top_builddir)       \
 
8
        -I$(top_srcdir)         \
 
9
        -I$(top_builddir)/app   \
 
10
        -I$(top_srcdir)/app     \
 
11
        $(GTK_CFLAGS)           \
 
12
        -I$(includedir)
 
13
 
3
14
noinst_LIBRARIES = libappmenus.a
4
15
 
5
16
libappmenus_a_SOURCES = \
21
32
        windows-menu.c          \
22
33
        windows-menu.h
23
34
 
24
 
 
25
 
EXTRA_DIST = \
26
 
        makefile.msc
27
 
 
28
 
AM_CPPFLAGS = \
29
 
        -DG_LOG_DOMAIN=\"Gimp-Menus\"
30
 
 
31
 
INCLUDES = \
32
 
        -I$(top_builddir)       \
33
 
        -I$(top_srcdir)         \
34
 
        -I$(top_builddir)/app   \
35
 
        -I$(top_srcdir)/app     \
36
 
        $(GTK_CFLAGS)           \
37
 
        -I$(includedir)
 
35
EXTRA_DIST = makefile.msc