File: Makefile.am

package info (click to toggle)
evolution 3.12.9~git20141130.241663-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 135,148 kB
  • ctags: 42,742
  • sloc: ansic: 398,340; sh: 11,322; xml: 6,861; makefile: 4,982; perl: 164
file content (60 lines) | stat: -rw-r--r-- 1,012 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
if ENABLE_BOGOFILTER
BOGOFILTER_DIR = bogofilter
endif

if ENABLE_LDAP
CONFIG_LDAP_DIR = book-config-ldap
endif

if ENABLE_WEATHER
CONFIG_WEATHER_DIR = cal-config-weather
endif

if ENABLE_SPAMASSASSIN
SPAMASSASSIN_DIR = spamassassin
endif

if ENABLE_TNEF
TNEF_ATTACHMENT_DIR = tnef-attachment
endif

if ENABLE_TEXT_HIGHLIGHT
TEXT_HIGHLIGHT_DIR = text-highlight
endif

SUBDIRS = \
	addressbook \
	calendar \
	mail \
	backup-restore \
	book-config-google \
	$(CONFIG_LDAP_DIR) \
	book-config-local \
	book-config-webdav \
	cal-config-caldav \
	cal-config-contacts \
	cal-config-google \
	cal-config-local \
	$(CONFIG_WEATHER_DIR) \
	cal-config-webcal \
	composer-autosave \
	contact-photos \
	gravatar \
	itip-formatter \
	mail-config \
	mailto-handler \
	mdn \
	offline-alert \
	plugin-lib \
	plugin-manager \
	prefer-plain \
	settings \
	startup-wizard \
	vcard-inline \
	web-inspector \
	$(BOGOFILTER_DIR) \
	$(SPAMASSASSIN_DIR) \
	$(TNEF_ATTACHMENT_DIR) \
	$(TEXT_HIGHLIGHT_DIR)

-include $(top_srcdir)/git.mk