File: Makefile.am

package info (click to toggle)
libayatana-indicator 0.8.4-1%2Bdeb11u2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 940 kB
  • sloc: ansic: 4,851; makefile: 555; python: 25; sh: 15; xml: 14
file content (22 lines) | stat: -rw-r--r-- 375 bytes parent folder | download
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