From 59f5a62601bde0f021a97ffabaa39ffacd72b3af Mon Sep 17 00:00:00 2001 From: Sivaiah Nallagatla Date: Sat, 29 Jan 2005 13:13:37 +0000 Subject: initial commit of addressbook-groupwise plguin svn path=/trunk/; revision=28613 --- plugins/addressbook-groupwise/Makefile.am | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 plugins/addressbook-groupwise/Makefile.am (limited to 'plugins/addressbook-groupwise/Makefile.am') diff --git a/plugins/addressbook-groupwise/Makefile.am b/plugins/addressbook-groupwise/Makefile.am new file mode 100644 index 0000000000..8a79c5b39c --- /dev/null +++ b/plugins/addressbook-groupwise/Makefile.am @@ -0,0 +1,16 @@ +INCLUDES = \ + -I$(top_srcdir) \ + $(EVOLUTION_CFLAGS) \ + $(EVOLUTION_ADDRESSBOOK_CFLAGS) + + +@EVO_PLUGIN_RULE@ + +plugin_DATA = org-gnome-addressbook-groupwise.eplug +plugin_LTLIBRARIES = liborg-gnome-addressbook-groupwise.la + + +liborg_gnome_addressbook_groupwise_la_SOURCES = addressbook-groupwise.c +liborg_gnome_addressbook_groupwise_la_LDFLAGS = -module -avoid-version + +EXTRA_DIST = org-gnome-addressbook-groupwise.eplug.in -- cgit v1.2.3