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

« back to all changes in this revision

Viewing changes to backend/xps/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Rodrigo Moya, Josselin Mouette, Rodrigo Moya
  • Date: 2011-05-19 12:12:42 UTC
  • mfrom: (1.1.65 upstream) (1.3.6 experimental)
  • Revision ID: james.westby@ubuntu.com-20110519121242-967hbn2nh2hunp4y
Tags: 3.0.0-4ubuntu1
[ Josselin Mouette ]
* bug-presubj: please document where to report rendering bugs.
* evince.mime: dropped. We have desktop files to handle MIME 
  associations, no need to maintain an alternate system by hand.
  Closes: #619564, #627027, #551734, #581441.

[ Rodrigo Moya ]
* Rebase from Debian and GNOME3 PPA (thanks to Rico Tzschichholz).
  Remaining Ubuntu changes:
* debian/apparmor-profile:
* debian/apparmor-profile.abstraction:
* debian/evince.apport:
* debian/evince-common.dirs:
* debian/evince-common.postinst:
* debian/evince-common.postrm:
  - Add apparmor profile
* debian/control:
  - Build-Depend on debhelper (>= 7.4.20ubuntu5), gnome-common,
    hardening-includes and liblaunchpad-integration-3.0-dev
  - Standards-Version is 3.9.1
  - Depend on apparmor
* debian/rules:
  - Include hardening.make
  - Add rule to install apparmor files
* debian/watch:
  - Watch unstable series
* debian/patches/01_lpi.patch:
  - Launchpad integration patch
* debian/patches/04_gold.patch:
  - Link against libz
* debian/patches/05_library-path.patch:
  - Fix library path for g-ir-scanner

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
backend_LTLIBRARIES = libxpsdocument.la
 
2
 
 
3
libxpsdocument_la_SOURCES =     \
 
4
        xps-document.c          \
 
5
        xps-document.h
 
6
 
 
7
libxpsdocument_la_CPPFLAGS =                    \
 
8
        -I$(top_srcdir)                         \
 
9
        -I$(top_srcdir)/libdocument             \
 
10
        -DGNOMELOCALEDIR=\"$(datadir)/locale\"  \
 
11
        -DEVINCE_COMPILATION
 
12
 
 
13
libxpsdocument_la_CFLAGS =      \
 
14
        $(BACKEND_CFLAGS)       \
 
15
        $(GXPS_CFLAGS)          \
 
16
        $(WARN_CFLAGS)          \
 
17
        $(DISABLE_DEPRECATED)
 
18
 
 
19
libxpsdocument_la_LDFLAGS = $(BACKEND_LIBTOOL_FLAGS)
 
20
libxpsdocument_la_LIBADD =                              \
 
21
        $(top_builddir)/libdocument/libevdocument3.la   \
 
22
        $(BACKEND_LIBS)                                 \
 
23
        $(GXPS_LIBS)
 
24
 
 
25
backend_in_files = xpsdocument.evince-backend.in
 
26
backend_DATA = $(backend_in_files:.evince-backend.in=.evince-backend)
 
27
 
 
28
EXTRA_DIST = $(backend_in_files)
 
29
 
 
30
CLEANFILES = $(backend_DATA)
 
31
 
 
32
@EV_INTLTOOL_EVINCE_BACKEND_RULE@
 
33
 
 
34
-include $(top_srcdir)/git.mk