aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
blob: 16a9a77a59a2c110ce93a2256957a009f226356d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
SUBDIRS = \
	common \
	src \
	libmessaging-menu \
	data \
	po

if ENABLE_GTK_DOC
SUBDIRS += doc
endif

if BUILD_TESTS
SUBDIRS += \
	tests

# build src first
tests: src libayatana-messaging-menu

endif

include $(top_srcdir)/Makefile.am.coverage