diff options
author | Rodney Dawes <dobey@ximian.com> | 2003-01-30 00:42:25 +0800 |
---|---|---|
committer | Rodney Dawes <dobey@src.gnome.org> | 2003-01-30 00:42:25 +0800 |
commit | 75805949c27a3eb38cf90cf4268fb1fe7932d2c9 (patch) | |
tree | d93d13ea4bf79a7a16b5bf5faf990c6e6b0a076c /wombat | |
parent | ef42b5c04207b5da995b6e84be07e4b0ecec5180 (diff) | |
download | gsoc2013-evolution-75805949c27a3eb38cf90cf4268fb1fe7932d2c9.tar.gz gsoc2013-evolution-75805949c27a3eb38cf90cf4268fb1fe7932d2c9.tar.zst gsoc2013-evolution-75805949c27a3eb38cf90cf4268fb1fe7932d2c9.zip |
Install wombat to $(libexecdir)/evolution/$(BASE_VERSION)
2003-01-29 Rodney Dawes <dobey@ximian.com>
* Makefile.am: Install wombat to
$(libexecdir)/evolution/$(BASE_VERSION)
svn path=/trunk/; revision=19682
Diffstat (limited to 'wombat')
-rw-r--r-- | wombat/ChangeLog | 5 | ||||
-rw-r--r-- | wombat/Makefile.am | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/wombat/ChangeLog b/wombat/ChangeLog index 29126fb6f4..8dcee6d82f 100644 --- a/wombat/ChangeLog +++ b/wombat/ChangeLog @@ -1,3 +1,8 @@ +2003-01-29 Rodney Dawes <dobey@ximian.com> + + * Makefile.am: Install wombat to + $(libexecdir)/evolution/$(BASE_VERSION) + 2003-01-27 Ettore Perazzoli <ettore@ximian.com> * Makefile.am: Rename wombat to evolution-wombat. diff --git a/wombat/Makefile.am b/wombat/Makefile.am index 276711d424..398c2ccf7f 100644 --- a/wombat/Makefile.am +++ b/wombat/Makefile.am @@ -17,7 +17,8 @@ INCLUDES = \ -DEVOLUTION_LOCALEDIR=\""$(localedir)"\" \ $(WOMBAT_CFLAGS) -libexec_PROGRAMS = \ +evolibexecdir = $(libexecdir)/evolution/$(BASE_VERSION) +evolibexec_PROGRAMS = \ evolution-wombat evolution_wombat_SOURCES = \ |