diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-01-15 02:31:11 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-01-15 02:31:11 +0800 |
commit | 2d7816231fb0764db303dfdbc4a8fccbc59fa427 (patch) | |
tree | 956da82444caa47bbda2e73fbac3f893d58e28c6 | |
parent | 47196d3ea3f18dc141795713d3efdea5c6c911a8 (diff) | |
download | gsoc2013-evolution-2d7816231fb0764db303dfdbc4a8fccbc59fa427.tar gsoc2013-evolution-2d7816231fb0764db303dfdbc4a8fccbc59fa427.tar.gz gsoc2013-evolution-2d7816231fb0764db303dfdbc4a8fccbc59fa427.tar.bz2 gsoc2013-evolution-2d7816231fb0764db303dfdbc4a8fccbc59fa427.tar.lz gsoc2013-evolution-2d7816231fb0764db303dfdbc4a8fccbc59fa427.tar.xz gsoc2013-evolution-2d7816231fb0764db303dfdbc4a8fccbc59fa427.tar.zst gsoc2013-evolution-2d7816231fb0764db303dfdbc4a8fccbc59fa427.zip |
(libevolution_mail_la_SOURCES): Add mail-format.h.
(EXTRA_DIST): Add $(schema_DATA).
svn path=/trunk/; revision=19454
-rw-r--r-- | mail/ChangeLog | 5 | ||||
-rw-r--r-- | mail/Makefile.am | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 2b2f83467b..42d394ccf6 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,8 @@ +2003-01-14 Ettore Perazzoli <ettore@ximian.com> + + * Makefile.am (libevolution_mail_la_SOURCES): Add mail-format.h. + (EXTRA_DIST): Add $(schema_DATA). + 2003-01-14 Rodney Dawes <dobey@ximian.com> * Makefile.am: Make the component be unversioned as a shlib diff --git a/mail/Makefile.am b/mail/Makefile.am index bb677441ba..d1a9ee819d 100644 --- a/mail/Makefile.am +++ b/mail/Makefile.am @@ -99,6 +99,7 @@ libevolution_mail_la_SOURCES = \ mail-display-stream.h \ mail-folder-cache.c \ mail-folder-cache.h \ + mail-format.h \ mail-format.c \ mail-identify.c \ mail-importer.c \ @@ -196,6 +197,7 @@ EXTRA_DIST = \ Mailer.idl \ $(SPELL_IDL) \ $(glade_DATA) \ + $(schema_DATA) \ $(server_in_files) \ $(server_DATA) \ $(etspec_DATA) |