~ubuntu-branches/ubuntu/precise/evince/precise-updates

« back to all changes in this revision

Viewing changes to backend/ps/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2009-02-10 15:24:04 UTC
  • mto: (1.6.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 72.
  • Revision ID: james.westby@ubuntu.com-20090210152404-9el29bkm4unsnj6n
Tags: upstream-2.25.90
ImportĀ upstreamĀ versionĀ 2.25.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
backenddir = $(libdir)/evince/backends
2
 
 
3
1
INCLUDES =                                      \
4
2
        -I$(top_srcdir)                         \
5
3
        -I$(top_srcdir)/libdocument             \
6
4
        -DGNOMELOCALEDIR=\"$(datadir)/locale\"  \
 
5
        -DEVINCE_COMPILATION                    \
7
6
        $(BACKEND_CFLAGS)                       \
8
7
        $(SPECTRE_CFLAGS)                       \
9
8
        $(WARN_CFLAGS)                          \
17
16
 
18
17
libpsdocument_la_LDFLAGS = $(BACKEND_LIBTOOL_FLAGS)
19
18
libpsdocument_la_LIBADD =                               \
20
 
        $(top_builddir)/libdocument/libevbackend.la     \
 
19
        $(top_builddir)/libdocument/libevdocument.la    \
21
20
        $(BACKEND_LIBS)                                 \
22
21
        $(SPECTRE_LIBS)
23
22
 
29
28
 
30
29
EXTRA_DIST = $(backend_in_files)
31
30
 
32
 
CLEANFILES = $(backend_DATA)
 
 
b'\\ No newline at end of file'
 
31
CLEANFILES = $(backend_DATA)