diff options
Diffstat (limited to 'mail')
-rw-r--r-- | mail/ChangeLog | 7 | ||||
-rw-r--r-- | mail/Makefile.am | 2 | ||||
-rw-r--r-- | mail/importers/Makefile.am | 2 |
3 files changed, 9 insertions, 2 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 5947602c30..ba2c0d3d56 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,10 @@ +2002-07-10 Peter Williams <peterw@ximian.com> + + * Makefile.am (importerdir): Define this in terms of the new + privlibdir, again resulting in a new directory name. + + * importers/Makefile.am (importersdir): Here too. + 2002-07-15 Not Zed <NotZed@Ximian.com> * mail-vfolder.c (vfolder_editor_clicked): Set the vfolder_editor diff --git a/mail/Makefile.am b/mail/Makefile.am index fa16a075f3..37a9c77395 100644 --- a/mail/Makefile.am +++ b/mail/Makefile.am @@ -2,7 +2,7 @@ SUBDIRS = importers bin_PROGRAMS = evolution-mail -importerdir = $(libdir)/evolution/evolution-mail-importers/$(VERSION) +importerdir = $(privlibdir)/evolution-mail-importers INCLUDES = \ -I$(top_srcdir)/widgets \ diff --git a/mail/importers/Makefile.am b/mail/importers/Makefile.am index f8a97d66dd..915f665d93 100644 --- a/mail/importers/Makefile.am +++ b/mail/importers/Makefile.am @@ -1,4 +1,4 @@ -importersdir = $(pkglibdir)/evolution-mail-importers/$(VERSION) +importersdir = $(privlibdir)/evolution-mail-importers importers_LTLIBRARIES = liboutlook.la libmbox.la |