diff options
author | Not Zed <NotZed@Ximian.com> | 2004-10-20 15:40:04 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-10-20 15:40:04 +0800 |
commit | 9a41befd236157f8c76086fa53654e022d02973b (patch) | |
tree | a702a5d525b0020debd416ef30811ff58edfcab3 /plugins/save-attachments/Makefile.am | |
parent | ff3fe6fb3d5d6888ff57928df22b608b41cd60e1 (diff) | |
download | gsoc2013-evolution-9a41befd236157f8c76086fa53654e022d02973b.tar.gz gsoc2013-evolution-9a41befd236157f8c76086fa53654e022d02973b.tar.zst gsoc2013-evolution-9a41befd236157f8c76086fa53654e022d02973b.zip |
Imported save-attachments example plugin.
2004-10-20 Not Zed <NotZed@Ximian.com>
* Imported save-attachments example plugin.
svn path=/trunk/; revision=27642
Diffstat (limited to 'plugins/save-attachments/Makefile.am')
-rw-r--r-- | plugins/save-attachments/Makefile.am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/plugins/save-attachments/Makefile.am b/plugins/save-attachments/Makefile.am new file mode 100644 index 0000000000..424f88a42a --- /dev/null +++ b/plugins/save-attachments/Makefile.am @@ -0,0 +1,11 @@ +INCLUDES = \ + -I$(top_srcdir) \ + $(EVOLUTION_MAIL_CFLAGS) + +@EVO_PLUGIN_RULE@ + +plugin_DATA = org-gnome-save-attachments.eplug org-gnome-save-attachments.xml +plugin_LTLIBRARIES = liborg-gnome-save-attachments.la + +liborg_gnome_save_attachments_la_SOURCES = save-attachments.c +liborg_gnome_save_attachments_la_LDFLAGS = -module -avoid-version |