aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
blob: bd052fd8c26bdb6869dd46d9844b2065e64838f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}

SUBDIRS = \
	data \
	src \
	tools

tools: libayatana-indicator

if WANT_TESTS
SUBDIRS += \
	tests

tests: libayatana-indicator
endif

DISTCHECK_CONFIGURE_FLAGS = --disable-deprecations --disable-silent-rules --with-gtk=3

DISTCLEANFILES = \
	libayatana-indicator-*.tar.gz

include $(top_srcdir)/Makefile.am.coverage