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

« back to all changes in this revision

Viewing changes to backend/dvi/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
1
SUBDIRS = mdvi-lib
2
2
 
3
 
backenddir = $(libdir)/evince/backends
4
 
 
5
3
INCLUDES =                                      \
6
4
        -I$(top_srcdir)                         \
7
5
        -I$(top_srcdir)/libdocument             \
8
6
        -I$(srcdir)/mdvi-lib                    \
9
7
        -DGNOMELOCALEDIR=\"$(datadir)/locale\"  \
 
8
        -DEVINCE_COMPILATION                    \
10
9
        $(WARN_CFLAGS)                          \
11
10
        $(BACKEND_CFLAGS)                       \
12
11
        $(SPECTRE_CFLAGS)                       \
26
25
libdvidocument_la_LIBADD =                              \
27
26
        mdvi-lib/libmdvi.la                             \
28
27
        -lkpathsea                                      \
29
 
        $(top_builddir)/libdocument/libevbackend.la     \
 
28
        $(top_builddir)/libdocument/libevdocument.la    \
30
29
        $(BACKEND_LIBS)                                 \
31
30
        $(SPECTRE_LIBS)
32
31