summaryrefslogtreecommitdiff
path: root/backends/Makefile.am
blob: ba51ad58df7f6587862b6b49f5895ea0a04baa9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
SUBDIRS = \
	telepathy \
	key-file \
	$(NULL)

if ENABLE_LIBSOCIALWEB
SUBDIRS += libsocialweb
endif

if ENABLE_TRACKER
SUBDIRS += tracker
endif

DIST_SUBDIRS = \
	telepathy \
	key-file \
	tracker \
	libsocialweb \
	$(NULL)

-include $(top_srcdir)/git.mk