aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/groupwise-send-options/Makefile.am
diff options
context:
space:
mode:
authorParthasarathi@novell.com <sparthasarathi@novell.com>2005-01-10 23:23:03 +0800
committerParthasarathi Susarla <saps@src.gnome.org>2005-01-10 23:23:03 +0800
commita943c41ddea6d2dd8163e0de5d0d1475c141b163 (patch)
tree6ae39903ddd42c4ecf962da2e61cedfbdebe99a6 /plugins/groupwise-send-options/Makefile.am
parenta73c3fbef6c5089593c63b557498e780b5693a98 (diff)
downloadgsoc2013-evolution-a943c41ddea6d2dd8163e0de5d0d1475c141b163.tar.gz
gsoc2013-evolution-a943c41ddea6d2dd8163e0de5d0d1475c141b163.tar.zst
gsoc2013-evolution-a943c41ddea6d2dd8163e0de5d0d1475c141b163.zip
initial check in for groupwise send options
2005-01-10 Parthasarathi@novell.com <sparthasarathi@novell.com> * initial check in for groupwise send options svn path=/trunk/; revision=28325
Diffstat (limited to 'plugins/groupwise-send-options/Makefile.am')
-rw-r--r--plugins/groupwise-send-options/Makefile.am15
1 files changed, 15 insertions, 0 deletions
diff --git a/plugins/groupwise-send-options/Makefile.am b/plugins/groupwise-send-options/Makefile.am
new file mode 100644
index 0000000000..b30ce1f03e
--- /dev/null
+++ b/plugins/groupwise-send-options/Makefile.am
@@ -0,0 +1,15 @@
+INCLUDES = \
+ -I$(top_srcdir) \
+ $(EVOLUTION_MAIL_CFLAGS)
+
+@EVO_PLUGIN_RULE@
+
+plugin_DATA = org-gnome-compose-send-options.eplug org-gnome-compose-send-options.xml
+plugin_LTLIBRARIES = liborg-gnome-compose-send-options.la
+
+liborg_gnome_compose_send_options_la_SOURCES = send-options.c send-options.h
+liborg_gnome_compose_send_options_la_LDFLAGS = -module -avoid-version
+
+EXTRA_DIST = \
+ org-gnome-compose-send-options.eplug.in \
+ org-gnome-compose-send-options.xml