From d9fc5e4912aabfd8db5a81ea9e22c2bba77a632f Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Tue, 16 Apr 2013 13:51:06 -0400 Subject: Remove backward-compatibility cruft for goa-1.0 < 3.8. In particular, GOA's Google provider uses OAuth 2.0 now, so we can drop the OAuth 1.0a support in CamelSaslXOAuth which was GMail-specific, and with it the entire "online-accounts" module in Evolution. Evolution no longer links to libgoa-1.0 at all. --- modules/Makefile.am | 5 ----- 1 file changed, 5 deletions(-) (limited to 'modules/Makefile.am') diff --git a/modules/Makefile.am b/modules/Makefile.am index 5491a60640..984ad01613 100644 --- a/modules/Makefile.am +++ b/modules/Makefile.am @@ -10,10 +10,6 @@ if ENABLE_WEATHER CONFIG_WEATHER_DIR = cal-config-weather endif -if ENABLE_ONLINE_ACCOUNTS -ONLINE_ACCOUNTS_DIR = online-accounts -endif - if ENABLE_SPAMASSASSIN SPAMASSASSIN_DIR = spamassassin endif @@ -59,7 +55,6 @@ SUBDIRS = \ vcard-inline \ web-inspector \ $(BOGOFILTER_DIR) \ - $(ONLINE_ACCOUNTS_DIR) \ $(SPAMASSASSIN_DIR) \ $(TNEF_ATTACHMENT_DIR) \ $(AUDIO_INLINE_DIR) \ -- cgit v1.2.3