diff options
author | Chenthill Palanisamy <pchenthill@novell.com> | 2007-10-23 18:46:42 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2007-10-23 18:46:42 +0800 |
commit | e85cbf0690391802d5858e0b71cbf9f6badc8482 (patch) | |
tree | 722f4ab6c4b66f3aeb0362fbca1c7f827a4e6bd5 /plugins/google-account-setup/Makefile.am | |
parent | 115610493aaea63d2466795e25c4825b5e2a038e (diff) | |
download | gsoc2013-evolution-e85cbf0690391802d5858e0b71cbf9f6badc8482.tar.gz gsoc2013-evolution-e85cbf0690391802d5858e0b71cbf9f6badc8482.tar.zst gsoc2013-evolution-e85cbf0690391802d5858e0b71cbf9f6badc8482.zip |
configure.in Initial commit for the Google Calendar Feature.
2007-10-23 Chenthill Palanisamy <pchenthill@novell.com>
* configure.in
* plugins/google-account-setup: Initial commit for the
Google Calendar Feature.
Committing on behalf of Ebby Wiselyn <ebbywiselyn@gmail.com>.
svn path=/trunk/; revision=34413
Diffstat (limited to 'plugins/google-account-setup/Makefile.am')
-rw-r--r-- | plugins/google-account-setup/Makefile.am | 24 |
1 files changed, 24 insertions, 0 deletions
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 |