diff options
author | Srinivasa Ragavan <sragavan@novell.com> | 2005-07-11 19:26:31 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2005-07-11 19:26:31 +0800 |
commit | c3902df124c547b12c979f631238ee1dce9c4bad (patch) | |
tree | 7f818e094f10caca183c66731b593bdb9b08c582 /composer/Makefile.am | |
parent | 519b88e079799dbbc4879bf6fde6e38344354def (diff) | |
download | gsoc2013-evolution-c3902df124c547b12c979f631238ee1dce9c4bad.tar.gz gsoc2013-evolution-c3902df124c547b12c979f631238ee1dce9c4bad.tar.zst gsoc2013-evolution-c3902df124c547b12c979f631238ee1dce9c4bad.zip |
Removed em-attachment* from the build. Remains in the CVS, just incase to
2005-07-11 Srinivasa Ragavan <sragavan@novell.com>
* Makefile.am: Removed em-attachment* from the build.
Remains in the CVS, just incase to revert in case of issues.
Should go away after 2.3.5.
* e-msg-composer.c: (add_inlined_images) (build_message) (menu_file_close_cb)
(setup_ui) (attach_message) (drop_action) (e_msg_composer_unrealize)
(create_composer) (handle_mailto) (e_msg_composer_add_header)
Changed the code to use e_attachment_* from em_attachment*
* e-msg-composer.h: Added removed old header includes
svn path=/trunk/; revision=29716
Diffstat (limited to 'composer/Makefile.am')
-rw-r--r-- | composer/Makefile.am | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/composer/Makefile.am b/composer/Makefile.am index ffef638b7d..79f12db92e 100644 --- a/composer/Makefile.am +++ b/composer/Makefile.am @@ -35,9 +35,6 @@ errordir = $(privdatadir)/errors idl_DATA = $(IDLS) -glade_DATA = \ - e-msg-composer-attachment.glade - noinst_LTLIBRARIES = libcomposer.la INCLUDES = \ @@ -64,10 +61,6 @@ INCLUDES = \ libcomposer_la_SOURCES = \ $(IDL_GENERATED) \ $(HTML_EDITOR_GENERATED) \ - e-msg-composer-attachment-bar.c \ - e-msg-composer-attachment-bar.h \ - e-msg-composer-attachment.c \ - e-msg-composer-attachment.h \ e-msg-composer-hdrs.c \ e-msg-composer-hdrs.h \ e-msg-composer-select-file.c \ @@ -81,7 +74,6 @@ libcomposer_la_SOURCES = \ EXTRA_DIST = \ mail-composer.error.xml \ - $(glade_DATA) \ $(IDLS) \ ChangeLog.pre-1-4 |