From e85cbf0690391802d5858e0b71cbf9f6badc8482 Mon Sep 17 00:00:00 2001 From: Chenthill Palanisamy Date: Tue, 23 Oct 2007 10:46:42 +0000 Subject: configure.in Initial commit for the Google Calendar Feature. 2007-10-23 Chenthill Palanisamy * configure.in * plugins/google-account-setup: Initial commit for the Google Calendar Feature. Committing on behalf of Ebby Wiselyn . svn path=/trunk/; revision=34413 --- plugins/google-account-setup/Makefile.am | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 plugins/google-account-setup/Makefile.am (limited to 'plugins/google-account-setup/Makefile.am') diff --git a/plugins/google-account-setup/Makefile.am b/plugins/google-account-setup/Makefile.am new file mode 100644 index 0000000000..662a436f65 --- /dev/null +++ b/plugins/google-account-setup/Makefile.am @@ -0,0 +1,24 @@ +INCLUDES = \ + $(EVOLUTION_CALENDAR_CFLAGS) \ + -I . \ + -I$(top_srcdir) \ + -DCALDAV_GLADEDIR=\""$(gladedir)"\" + +@EVO_PLUGIN_RULE@ + +plugin_DATA = org-gnome-evolution-google.eplug +plugin_LTLIBRARIES = liborg-gnome-evolution-google.la + +liborg_gnome_evolution_google_la_SOURCES = \ + google-source.c + +liborg_gnome_evolution_google_la_LIBADD = \ + $(EVOLUTION_CALENDAR_LIB1S) \ + $(EPLUGIN_LIBS) + +liborg_gnome_evolution_google_la_LDFLAGS = -module -avoid-version $(NO_UNDEFINED) + +EXTRA_DIST = \ + org-gnome-evolution-google.eplug.xml + +CLEANFILES = org-gnome-evolution-google.eplug -- cgit