Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/Makefile.am
diff options
context:
space:
mode:
authorJonathan Blandford <jrb@redhat.com>2005-08-16 03:15:38 (GMT)
committer Jonathan Blandford <jrb@src.gnome.org>2005-08-16 03:15:38 (GMT)
commit808285c968d09e3be2a159cd304346c180763d54 (patch)
tree6d3c5237776e1305eafe9e76b1a23357574ab22d /shell/Makefile.am
parent38d37c99a369821b8e845dee82ce5859c02df69e (diff)
Release 0.3.3. Remove pdf icon.
Mon Aug 15 21:53:05 2005 Jonathan Blandford <jrb@redhat.com> * configure.ac: * NEWS: Release 0.3.3. * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
Diffstat (limited to 'shell/Makefile.am')
-rw-r--r--shell/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am
index dffbb75..8ab40f9 100644
--- a/shell/Makefile.am
+++ b/shell/Makefile.am
@@ -93,9 +93,9 @@ ev-marshal.c: ev-marshal.list
glib-genmarshal --prefix=ev_marshal ev-marshal.list --body >> ev-marshal.c
if DBUS_TOOL_NO_PREFIX
-ev-application-service.h: ev-application-service.xml
+ev-application-service.h: $(srcdir)/ev-application-service.xml
dbus-binding-tool --mode=glib-server --output=ev-application-service.h $(srcdir)/ev-application-service.xml
else
-ev-application-service.h: ev-application-service.xml
+ev-application-service.h: $(srcdir)/ev-application-service.xml
dbus-binding-tool --prefix=ev_application --mode=glib-server --output=ev-application-service.h $(srcdir)/ev-application-service.xml
endif