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

« back to all changes in this revision

Viewing changes to app/tools/Makefile.in

  • 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:
432
432
target_alias = @target_alias@
433
433
top_builddir = @top_builddir@
434
434
top_srcdir = @top_srcdir@
 
435
AM_CPPFLAGS = \
 
436
        -DG_LOG_DOMAIN=\"Gimp-Tools\"
 
437
 
 
438
INCLUDES = \
 
439
        -I$(top_builddir)       \
 
440
        -I$(top_srcdir)         \
 
441
        -I$(top_builddir)/app   \
 
442
        -I$(top_srcdir)/app     \
 
443
        $(GEGL_CFLAGS)          \
 
444
        $(GTK_CFLAGS)           \
 
445
        -I$(includedir)
 
446
 
435
447
noinst_LIBRARIES = libapptools.a
436
448
libapptools_a_sources = \
437
449
        tools-enums.h                   \
612
624
 
613
625
libapptools_a_built_sources = tools-enums.c
614
626
libapptools_a_SOURCES = $(libapptools_a_built_sources) $(libapptools_a_sources)
615
 
AM_CPPFLAGS = \
616
 
        -DG_LOG_DOMAIN=\"Gimp-Tools\"
617
 
 
618
 
INCLUDES = \
619
 
        -I$(top_builddir)       \
620
 
        -I$(top_srcdir)         \
621
 
        -I$(top_builddir)/app   \
622
 
        -I$(top_srcdir)/app     \
623
 
        $(GTK_CFLAGS)           \
624
 
        $(GEGL_CFLAGS)          \
625
 
        -I$(includedir)
626
 
 
627
627
EXTRA_DIST = makefile.msc
628
628
 
629
629
#