From 201380dd419d1e67ba91543de0b84b3388462001 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Wed, 17 Sep 2003 17:21:50 +0000 Subject: New source file to migrate from the old mbox structure to the new mbox 2003-09-17 Jeffrey Stedfast * evolution-mbox-upgrade.c: New source file to migrate from the old mbox structure to the new mbox structure. svn path=/trunk/; revision=22596 --- mail/Makefile.am | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'mail/Makefile.am') diff --git a/mail/Makefile.am b/mail/Makefile.am index 6a27518c57..b1b93266cb 100644 --- a/mail/Makefile.am +++ b/mail/Makefile.am @@ -1,7 +1,7 @@ SUBDIRS = importers -#libexec_PROGRAMS = \ -# evolution-mail +libexec_PROGRAMS = \ + evolution-mbox-upgrade importerdir = $(privlibdir)/evolution-mail-importers @@ -164,6 +164,12 @@ libevolution_mail_la_LIBADD = \ libevolution_mail_la_LDFLAGS = \ -avoid-version -module +evolution_mbox_upgrade_SOURCES = evolution-mbox-upgrade.c +evolution_mbox_upgrade_LDADD = \ + $(top_builddir)/camel/libcamel.la \ + $(top_builddir)/e-util/libeutil.la \ + $(EVOLUTION_MAIL_LIBS) + server_in_files = GNOME_Evolution_Mail.server.in.in server_DATA = $(server_in_files:.server.in.in=.server) -- cgit