Updated Spanish translation
[evolution.git] / modules / Makefile.am
blobd08372d710042f8e458db88ff31393352d19c10b
1 if ENABLE_BOGOFILTER
2 BOGOFILTER_DIR = bogofilter
3 endif
5 if ENABLE_LDAP
6 CONFIG_LDAP_DIR = book-config-ldap
7 endif
9 if ENABLE_WEATHER
10 CONFIG_WEATHER_DIR = cal-config-weather
11 endif
13 if ENABLE_SPAMASSASSIN
14 SPAMASSASSIN_DIR = spamassassin
15 endif
17 if ENABLE_TNEF
18 TNEF_ATTACHMENT_DIR = tnef-attachment
19 endif
21 if ENABLE_AUDIO_INLINE
22 AUDIO_INLINE_DIR = audio-inline
23 endif
25 if ENABLE_TEXT_HIGHLIGHT
26 TEXT_HIGHLIGHT_DIR = text-highlight
27 endif
29 SUBDIRS = \
30         addressbook \
31         calendar \
32         mail \
33         backup-restore \
34         book-config-google \
35         $(CONFIG_LDAP_DIR) \
36         book-config-local \
37         book-config-webdav \
38         cal-config-caldav \
39         cal-config-contacts \
40         cal-config-google \
41         cal-config-local \
42         $(CONFIG_WEATHER_DIR) \
43         cal-config-webcal \
44         composer-autosave \
45         contact-photos \
46         gravatar \
47         itip-formatter \
48         mail-config \
49         mailto-handler \
50         mdn \
51         offline-alert \
52         plugin-lib \
53         plugin-manager \
54         prefer-plain \
55         settings \
56         startup-wizard \
57         vcard-inline \
58         web-inspector \
59         $(BOGOFILTER_DIR) \
60         $(SPAMASSASSIN_DIR) \
61         $(TNEF_ATTACHMENT_DIR) \
62         $(AUDIO_INLINE_DIR) \
63         $(TEXT_HIGHLIGHT_DIR)
65 -include $(top_srcdir)/git.mk