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

« back to all changes in this revision

Viewing changes to shell/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Josselin Mouette, Josselin Mouette, Marc 'HE' Brockschmidt
  • Date: 2008-12-31 16:41:58 UTC
  • mfrom: (1.1.36 upstream)
  • mto: (1.5.1 sid)
  • mto: This revision was merged to the branch mainline in revision 109.
  • Revision ID: james.westby@ubuntu.com-20081231164158-xnobl1sokvvc6ho8
Tags: 2.24.2-1
[ Josselin Mouette ]
* README.Debian: document that you need to install poppler-data.
  Closes: #506836.

[ Marc 'HE' Brockschmidt ]
* debian/control: Make the Gnome team maintainer. I'm not doing the job
   anyway.

[ Josselin Mouette ]
* New upstream release.
* Require nautilus 2.22 to build the extension for the correct 
  version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
        -I$(top_srcdir)/cut-n-paste/toolbar-editor/     \
6
6
        -I$(top_srcdir)/cut-n-paste/totem-screensaver/  \
7
7
        -I$(top_srcdir)/cut-n-paste/gedit-message-area/ \
 
8
        -I$(top_srcdir)/cut-n-paste/evmountoperation/   \
 
9
        -I$(top_srcdir)/cut-n-paste/smclient/           \
8
10
        -I$(top_srcdir)/libdocument                     \
9
11
        -I$(top_srcdir)/properties                      \
10
12
        -DGNOMELOCALEDIR=\"$(datadir)/locale\"          \
15
17
 
16
18
bin_PROGRAMS=evince
17
19
 
 
20
EV_MEDIA_PLAYER_KEYS_SOURCES = ev-media-player-keys.c ev-media-player-keys.h
 
21
if ENABLE_DBUS
 
22
DBUS_SOURCES = $(EV_MEDIA_PLAYER_KEYS_SOURCES)
 
23
else
 
24
DBUS_SOURCES = $(null)
 
25
endif
 
26
 
18
27
evince_SOURCES=                         \
19
28
        eggfindbar.c                    \
20
29
        eggfindbar.h                    \
21
30
        ev-application.c                \
22
31
        ev-application.h                \
23
 
        ev-job-queue.h                  \
24
 
        ev-job-queue.c                  \
 
32
        ev-job-scheduler.h              \
 
33
        ev-job-scheduler.c              \
25
34
        ev-jobs.h                       \
26
35
        ev-jobs.c                       \
 
36
        ev-file-monitor.h               \
 
37
        ev-file-monitor.c               \
27
38
        ev-history.c                    \
28
39
        ev-history.h                    \
29
40
        ev-marshal.c                    \
30
41
        ev-marshal.h                    \
 
42
        $(DBUS_SOURCES)                 \
31
43
        ev-message-area.c               \
32
44
        ev-message-area.h               \
33
45
        ev-metadata-manager.c           \
90
102
        $(top_builddir)/cut-n-paste/toolbar-editor/libtoolbareditor.la          \
91
103
        $(top_builddir)/cut-n-paste/totem-screensaver/libtotemscrsaver.la       \
92
104
        $(top_builddir)/cut-n-paste/gedit-message-area/libgeditmsgarea.la       \
 
105
        $(top_builddir)/cut-n-paste/evmountoperation/libevmountoperation.la     \
 
106
        $(top_builddir)/cut-n-paste/smclient/libsmclient.la                     \
93
107
        $(top_builddir)/properties/libevproperties.la                           \
94
108
        $(top_builddir)/libdocument/libevbackend.la                             \
95
109
        $(SHELL_LIBS)
101
115
endif
102
116
 
103
117
EXTRA_DIST = ev-marshal.list            \
104
 
        ev-application-service.xml
 
118
        ev-application-service.xml      \
 
119
        $(EV_MEDIA_PLAYER_KEYS_SOURCES)
105
120
 
106
121
 
107
122
ev-marshal.h: $(srcdir)/ev-marshal.list