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

« back to all changes in this revision

Viewing changes to backend/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:
164
164
KEYRING_CFLAGS = @KEYRING_CFLAGS@
165
165
KEYRING_LIBS = @KEYRING_LIBS@
166
166
LDFLAGS = @LDFLAGS@
 
167
LIBDOCUMENT_CFLAGS = @LIBDOCUMENT_CFLAGS@
 
168
LIBDOCUMENT_LIBS = @LIBDOCUMENT_LIBS@
167
169
LIBOBJS = @LIBOBJS@
168
170
LIBS = @LIBS@
169
171
LIBTOOL = @LIBTOOL@
170
 
LIB_CFLAGS = @LIB_CFLAGS@
171
 
LIB_LIBS = @LIB_LIBS@
 
172
LIBVIEW_CFLAGS = @LIBVIEW_CFLAGS@
 
173
LIBVIEW_LIBS = @LIBVIEW_LIBS@
172
174
LN_S = @LN_S@
173
175
LTLIBOBJS = @LTLIBOBJS@
174
176
MAINT = @MAINT@