~ubuntu-branches/ubuntu/oneiric/evince/oneiric-updates

« back to all changes in this revision

Viewing changes to libview/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Luke Yelavich
  • Date: 2011-01-25 14:29:17 UTC
  • Revision ID: james.westby@ubuntu.com-20110125142917-4wh0r3dgh3r4x4cj
Tags: 2.32.0-0ubuntu8
debian/patches/05_library-path.patch: Include the path to libdocument
when building gobject introspection data for libevview3

Show diffs side-by-side

added added

removed removed

Lines of Context:
122
122
        $(AM_V_GEN) PKG_CONFIG_PATH=$(top_builddir):$$PKG_CONFIG_PATH \
123
123
        $(G_IR_SCANNER) -v --namespace EvinceView \
124
124
        --add-include-path=$(top_builddir)/libdocument \
 
125
        --library-path=$(top_builddir)/libdocument \
125
126
        --strip-prefix=Ev \
126
127
        --nsversion=$(EV_API_VERSION) \
127
128
        --include=GLib-2.0 \