diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-09-05 06:39:30 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-09-05 06:39:30 +0800 |
commit | 0857bf4b47e80fd3ac3bf99afa01c2e274244e18 (patch) | |
tree | 2b06e84e5d867856ea29e757ea9ab53608728656 /shell/Makefile.am | |
parent | a6939cf10dffcd41d609bc0131f1e0b882529fbf (diff) | |
download | gsoc2013-evolution-0857bf4b47e80fd3ac3bf99afa01c2e274244e18.tar gsoc2013-evolution-0857bf4b47e80fd3ac3bf99afa01c2e274244e18.tar.gz gsoc2013-evolution-0857bf4b47e80fd3ac3bf99afa01c2e274244e18.tar.bz2 gsoc2013-evolution-0857bf4b47e80fd3ac3bf99afa01c2e274244e18.tar.lz gsoc2013-evolution-0857bf4b47e80fd3ac3bf99afa01c2e274244e18.tar.xz gsoc2013-evolution-0857bf4b47e80fd3ac3bf99afa01c2e274244e18.tar.zst gsoc2013-evolution-0857bf4b47e80fd3ac3bf99afa01c2e274244e18.zip |
Add a -DPREFIX.
* Makefile.am (INCLUDES): Add a -DPREFIX.
* main.c (main): New command-line option "force-upgrade".
(show_development_warning): Suggest 1.0.8, not 1.0.5.
(upgrade_from_1_0_if_needed): New.
(idle_cb): Call it.
svn path=/trunk/; revision=17982
Diffstat (limited to 'shell/Makefile.am')
-rw-r--r-- | shell/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am index 7a08ce2d9f..0d1cf2a625 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -11,6 +11,7 @@ INCLUDES = -O \ -DEVOLUTION_DATADIR=\""$(datadir)"\" \ -DEVOLUTION_GLADEDIR=\"$(datadir)/evolution/glade\" \ -DEVOLUTION_ETSPECDIR=\""$(etspecdir)"\" \ + -DPREFIX=\"$(prefix)\" \ -DG_LOG_DOMAIN=\"evolution-shell\" \ $(SHELL_CFLAGS) |