blob: 0da47738763cf2723ffea31b18510b64260f47e5 (
plain)
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
|
SUBDIRS = \
key-file \
$(NULL)
if ENABLE_TELEPATHY
SUBDIRS += telepathy
endif
if ENABLE_LIBSOCIALWEB
SUBDIRS += libsocialweb
endif
if ENABLE_TRACKER
SUBDIRS += tracker
endif
if ENABLE_EDS
SUBDIRS += eds
endif
if ENABLE_OFONO
SUBDIRS += ofono
endif
DIST_SUBDIRS = \
eds \
key-file \
libsocialweb \
ofono \
telepathy \
tracker \
$(NULL)
EXTRA_DIST = backend.mk
-include $(top_srcdir)/git.mk
|