blob: 0a03376f24f6f2203cf69e5745b6d72b24426e59 (
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 \
libayatana-indicator \
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
|