~ubuntu-branches/ubuntu/jaunty/evince/jaunty

« back to all changes in this revision

Viewing changes to backend/tiff/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-01-19 10:39:43 UTC
  • mfrom: (1.1.39 upstream)
  • Revision ID: james.westby@ubuntu.com-20090119103943-kuy5u0ihrsxi51tl
Tags: 2.25.5-0ubuntu1
* New upstream version:
  Code changes:
  - Move EvView specific code to a libevview library so that it can
    be embbeded in other applications
  - Other improvements for embbeders
  Bug fixes:
  - Fix a minor typo 
  - Fix the API docs build 
  - Simplify drag data handling 
  - Several portability issues 
  - Fix mnemonic conflict 
  - Other bugs fixed: #567910

Show diffs side-by-side

added added

removed removed

Lines of Context:
176
176
KEYRING_CFLAGS = @KEYRING_CFLAGS@
177
177
KEYRING_LIBS = @KEYRING_LIBS@
178
178
LDFLAGS = @LDFLAGS@
 
179
LIBDOCUMENT_CFLAGS = @LIBDOCUMENT_CFLAGS@
 
180
LIBDOCUMENT_LIBS = @LIBDOCUMENT_LIBS@
179
181
LIBOBJS = @LIBOBJS@
180
182
LIBS = @LIBS@
181
183
LIBTOOL = @LIBTOOL@
182
 
LIB_CFLAGS = @LIB_CFLAGS@
183
 
LIB_LIBS = @LIB_LIBS@
 
184
LIBVIEW_CFLAGS = @LIBVIEW_CFLAGS@
 
185
LIBVIEW_LIBS = @LIBVIEW_LIBS@
184
186
LN_S = @LN_S@
185
187
LTLIBOBJS = @LTLIBOBJS@
186
188
MAINT = @MAINT@