diff options
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 |