diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2003-09-18 01:21:50 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-09-18 01:21:50 +0800 |
commit | 201380dd419d1e67ba91543de0b84b3388462001 (patch) | |
tree | 3cc6dc6814d40498e167b77e2784137e05909968 /mail/Makefile.am | |
parent | 1aeb854e50e8f70edd3a1879b627304ddaf1f060 (diff) | |
download | gsoc2013-evolution-201380dd419d1e67ba91543de0b84b3388462001.tar gsoc2013-evolution-201380dd419d1e67ba91543de0b84b3388462001.tar.gz gsoc2013-evolution-201380dd419d1e67ba91543de0b84b3388462001.tar.bz2 gsoc2013-evolution-201380dd419d1e67ba91543de0b84b3388462001.tar.lz gsoc2013-evolution-201380dd419d1e67ba91543de0b84b3388462001.tar.xz gsoc2013-evolution-201380dd419d1e67ba91543de0b84b3388462001.tar.zst gsoc2013-evolution-201380dd419d1e67ba91543de0b84b3388462001.zip |
New source file to migrate from the old mbox structure to the new mbox
2003-09-17 Jeffrey Stedfast <fejj@ximian.com>
* evolution-mbox-upgrade.c: New source file to migrate from the
old mbox structure to the new mbox structure.
svn path=/trunk/; revision=22596
Diffstat (limited to 'mail/Makefile.am')
-rw-r--r-- | mail/Makefile.am | 10 |
1 files changed, 8 insertions, 2 deletions
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) |