Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorChristian Persch <chpe@gnome.org>2009-08-16 19:49:16 (GMT)
committer Christian Persch <chpe@gnome.org>2009-08-16 19:49:16 (GMT)
commit3f7764002b149ab5052e1a9a55300bc9c8393062 (patch)
tree3c83a8b14cad67b3d4f90a4a84d5c63b311c66bc /shell
parent66f2e906d69b6f76708141d757712ee5d53f01fb (diff)
build: Add some more $(AM_V_GEN)s
Diffstat (limited to 'shell')
-rw-r--r--shell/ev-application.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/shell/ev-application.c b/shell/ev-application.c
index 8ba99bc..bff03ee 100644
--- a/shell/ev-application.c
+++ b/shell/ev-application.c
@@ -175,6 +175,8 @@ ev_application_get_instance (void)
return instance;
}
+#if defined (WITH_SMCLIENT) || defined (ENABLE_DBUS)
+
/* Session */
static void
save_session (EvApplication *application,
@@ -203,6 +205,8 @@ save_session (EvApplication *application,
g_free (uri_list);
}
+#endif /* WITH_SMCLIENT || ENABLE_DBUS */
+
#ifdef ENABLE_DBUS
static void
ev_application_save_session_crashed (EvApplication *application)