From 662ede69bbdfa5fe4b2aca2e412303fc20190ad7 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Tue, 5 May 2009 14:25:48 -0400 Subject: Bug 581454 – Move nautilus-sendto integration to Evolution MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- widgets/misc/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'widgets/misc/Makefile.am') diff --git a/widgets/misc/Makefile.am b/widgets/misc/Makefile.am index 35d9289536..212d67557b 100644 --- a/widgets/misc/Makefile.am +++ b/widgets/misc/Makefile.am @@ -42,6 +42,7 @@ widgetsinclude_HEADERS = \ e-attachment-dialog.h \ e-attachment-handler.h \ e-attachment-handler-image.h \ + e-attachment-handler-sendto.h \ e-attachment-icon-view.h \ e-attachment-paned.h \ e-attachment-store.h \ @@ -106,6 +107,7 @@ libemiscwidgets_la_SOURCES = \ e-attachment-dialog.c \ e-attachment-handler.c \ e-attachment-handler-image.c \ + e-attachment-handler-sendto.c \ e-attachment-icon-view.c \ e-attachment-paned.c \ e-attachment-store.c \ -- cgit