diff options
-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 = \ |