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

« back to all changes in this revision

Viewing changes to shell/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-01-19 10:39:43 UTC
  • mto: (1.6.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 70.
  • Revision ID: james.westby@ubuntu.com-20090119103943-dhe56g9rmuq7khys
Tags: upstream-2.25.5
ImportĀ upstreamĀ versionĀ 2.25.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
        -I$(top_srcdir)/cut-n-paste/evmountoperation/           \
10
10
        -I$(top_srcdir)/cut-n-paste/smclient/                   \
11
11
        -I$(top_srcdir)/libdocument                             \
 
12
        -I$(top_srcdir)/libview                                 \
12
13
        -I$(top_srcdir)/properties                              \
13
14
        -DGNOMELOCALEDIR=\"$(datadir)/locale\"                  \
14
15
        -DGNOMEICONDIR=\""$(datadir)/pixmaps"\"                 \
30
31
        eggfindbar.h                    \
31
32
        ev-application.c                \
32
33
        ev-application.h                \
33
 
        ev-job-scheduler.h              \
34
 
        ev-job-scheduler.c              \
35
 
        ev-jobs.h                       \
36
 
        ev-jobs.c                       \
37
34
        ev-file-monitor.h               \
38
35
        ev-file-monitor.c               \
39
36
        ev-history.c                    \
55
52
        ev-page-action.h                \
56
53
        ev-page-action-widget.c         \
57
54
        ev-page-action-widget.h         \
58
 
        ev-page-cache.h                 \
59
 
        ev-page-cache.c                 \
60
55
        ev-password-view.h              \
61
56
        ev-password-view.c              \
62
 
        ev-pixbuf-cache.c               \
63
 
        ev-pixbuf-cache.h               \
64
57
        ev-print-operation.h            \
65
58
        ev-print-operation.c            \
66
59
        ev-progress-message-area.h      \
73
66
        ev-open-recent-action.h         \
74
67
        ev-utils.c                      \
75
68
        ev-utils.h                      \
76
 
        ev-view-accessible.c            \
77
 
        ev-view-accessible.h            \
78
 
        ev-view-private.h               \
79
 
        ev-view.c                       \
80
 
        ev-view.h                       \
81
69
        ev-window.c                     \
82
70
        ev-window.h                     \
83
71
        ev-window-title.c               \
96
84
        ev-sidebar-thumbnails.h         \
97
85
        ev-stock-icons.c                \
98
86
        ev-stock-icons.h                \
99
 
        ev-timeline.c                   \
100
 
        ev-timeline.h                   \
101
 
        ev-transition-animation.c       \
102
 
        ev-transition-animation.h       \
103
87
        main.c
104
88
 
105
89
evince_LDADD=                                                                           \
112
96
        $(top_builddir)/cut-n-paste/smclient/libsmclient.la                             \
113
97
        $(top_builddir)/properties/libevproperties.la                                   \
114
98
        $(top_builddir)/libdocument/libevbackend.la                                     \
 
99
        $(top_builddir)/libview/libevview.la                                            \
115
100
        $(SHELL_LIBS)
116
101
 
117
102
BUILT_SOURCES = ev-marshal.h ev-marshal.c