From a943c41ddea6d2dd8163e0de5d0d1475c141b163 Mon Sep 17 00:00:00 2001 From: "Parthasarathi@novell.com" Date: Mon, 10 Jan 2005 15:23:03 +0000 Subject: initial check in for groupwise send options 2005-01-10 Parthasarathi@novell.com * initial check in for groupwise send options svn path=/trunk/; revision=28325 --- plugins/groupwise-send-options/Makefile.am | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 plugins/groupwise-send-options/Makefile.am (limited to 'plugins/groupwise-send-options/Makefile.am') 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 -- cgit