~ubuntu-branches/ubuntu/intrepid/gimp/intrepid-security

« back to all changes in this revision

Viewing changes to app/display/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:
411
411
target_alias = @target_alias@
412
412
top_builddir = @top_builddir@
413
413
top_srcdir = @top_srcdir@
 
414
AM_CPPFLAGS = \
 
415
        -DG_LOG_DOMAIN=\"Gimp-Display\"
 
416
 
 
417
INCLUDES = \
 
418
        -I$(top_builddir)       \
 
419
        -I$(top_srcdir)         \
 
420
        -I$(top_builddir)/app   \
 
421
        -I$(top_srcdir)/app     \
 
422
        $(GEGL_CFLAGS)          \
 
423
        $(GTK_CFLAGS)           \
 
424
        -I$(includedir)
 
425
 
414
426
noinst_LIBRARIES = libappdisplay.a
415
427
libappdisplay_a_sources = \
416
428
        display-enums.h                         \
483
495
        $(libappdisplay_a_built_sources)        \
484
496
        $(libappdisplay_a_sources)
485
497
 
486
 
AM_CPPFLAGS = \
487
 
        -DG_LOG_DOMAIN=\"Gimp-Display\"
488
 
 
489
 
INCLUDES = \
490
 
        -I$(top_builddir)       \
491
 
        -I$(top_srcdir)         \
492
 
        -I$(top_builddir)/app   \
493
 
        -I$(top_srcdir)/app     \
494
 
        $(GTK_CFLAGS)           \
495
 
        $(GEGL_CFLAGS)          \
496
 
        -I$(includedir)
497
 
 
498
498
EXTRA_DIST = makefile.msc
499
499
 
500
500
#