aboutsummaryrefslogtreecommitdiffstats
path: root/shell/Makefile.am
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2002-09-17 05:01:17 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2002-09-17 05:01:17 +0800
commitaa526a8c07d7cb2ee018b7b6e6793ecdcb21178a (patch)
treecbfb842b1e814913f87664f471a46813ddecf61c /shell/Makefile.am
parent8f066329486a3ea1373987ca7ab04635af4df360 (diff)
downloadgsoc2013-evolution-aa526a8c07d7cb2ee018b7b6e6793ecdcb21178a.tar
gsoc2013-evolution-aa526a8c07d7cb2ee018b7b6e6793ecdcb21178a.tar.gz
gsoc2013-evolution-aa526a8c07d7cb2ee018b7b6e6793ecdcb21178a.tar.bz2
gsoc2013-evolution-aa526a8c07d7cb2ee018b7b6e6793ecdcb21178a.tar.lz
gsoc2013-evolution-aa526a8c07d7cb2ee018b7b6e6793ecdcb21178a.tar.xz
gsoc2013-evolution-aa526a8c07d7cb2ee018b7b6e6793ecdcb21178a.tar.zst
gsoc2013-evolution-aa526a8c07d7cb2ee018b7b6e6793ecdcb21178a.zip
New script to run Evolution under a
non-GNOME session when using a non-default GNOME prefix and a non-default Evolution prefix. svn path=/trunk/; revision=18082
Diffstat (limited to 'shell/Makefile.am')
-rw-r--r--shell/Makefile.am9
1 files changed, 8 insertions, 1 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am
index 345269f390..93fead1d0e 100644
--- a/shell/Makefile.am
+++ b/shell/Makefile.am
@@ -271,7 +271,8 @@ EXTRA_DIST = \
$(oaf_DATA) \
$(etspec_DATA) \
$(icons) \
- GNOME_Evolution_TestComponent.oaf
+ GNOME_Evolution_TestComponent.oaf \
+ evolution-nognome.in
# Purify support
@@ -293,3 +294,9 @@ BUILT_SOURCES = $(IDL_GENERATED) $(SELECT_NAMES_IDL_GENERATED)
dist-hook:
cd $(distdir); rm -f $(BUILT_SOURCES)
+
+if HAVE_DTAPPINTEGRATE
+
+bin_SCRIPTS = evolution-nognome
+
+endif \ No newline at end of file