From 7fb9c16e8fae7575e2894aa11264551ed8f82515 Mon Sep 17 00:00:00 2001 From: Hans Petter Jansson Date: Wed, 22 Jan 2003 21:33:04 +0000 Subject: $(libexec) -> $(libexecdir) 2003-01-22 Hans Petter Jansson * Makefile.am: $(libexec) -> $(libexecdir) svn path=/trunk/; revision=19573 --- camel/ChangeLog | 4 ++++ camel/Makefile.am | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'camel') diff --git a/camel/ChangeLog b/camel/ChangeLog index a43b31da96..9073788903 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,7 @@ +2003-01-22 Hans Petter Jansson + + * Makefile.am: $(libexec) -> $(libexecdir) + 2003-01-22 Ettore Perazzoli * providers/imap/Makefile.am (libcamelimapincludedir): Update to diff --git a/camel/Makefile.am b/camel/Makefile.am index 9dc4a2f723..97f445024c 100644 --- a/camel/Makefile.am +++ b/camel/Makefile.am @@ -4,7 +4,7 @@ SUBDIRS = . providers tests libcamelincludedir = $(includedir)/evolution-$(BASE_VERSION)/camel -camellibexecdir = $(libexec)/evolution/$(BASE_VERSION)/camel/ +camellibexecdir = $(libexecdir)/evolution/$(BASE_VERSION)/camel/ camellibexec_PROGRAMS = camel-lock-helper camel-index-control privlib_LTLIBRARIES = libcamel.la -- cgit v1.2.3