diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-05-06 02:25:48 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-05-06 02:25:48 +0800 |
commit | 662ede69bbdfa5fe4b2aca2e412303fc20190ad7 (patch) | |
tree | 6889b0b43000e37c87c20073d3d74058d601c064 /widgets/misc/Makefile.am | |
parent | 16d914886110d57eaf8946000c365de2007728b3 (diff) | |
download | gsoc2013-evolution-662ede69bbdfa5fe4b2aca2e412303fc20190ad7.tar.gz gsoc2013-evolution-662ede69bbdfa5fe4b2aca2e412303fc20190ad7.tar.zst gsoc2013-evolution-662ede69bbdfa5fe4b2aca2e412303fc20190ad7.zip |
Bug 581454 – Move nautilus-sendto integration to Evolution
Diffstat (limited to 'widgets/misc/Makefile.am')
-rw-r--r-- | widgets/misc/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
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 \ |