summaryrefslogtreecommitdiff
path: root/tests/empty/Makefile.am
blob: 6695f6c5aba7096a59d6242361e6bc94202cf843 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## Process this file with automake to produce Makefile.in

SUBDIRS = . src docs

if BUILD_TESTS

check-local: clean
	@rm -f docs/tester-docs.xml

endif

EXTRA_DIST = meson.build

-include $(top_srcdir)/git.mk