~kamstrup/dee/test-fixes

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
SUBDIRS = build dee doc examples vapi bindings

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = dee-1.0.pc

if WANT_TESTS
SUBDIRS += tests

# Test framework
.PHONY: check-report full-report check-headless
check-report full-report check-headless:
	$(MAKE) -C tests/ $(@)
endif

CLEANFILES = dee-1.0.pc
DISTCLEANFILES = dee-1.0.pc
EXTRA_DIST = \
	autogen.sh \
	dee-1.0.pc.in \
	COPYING.GPL

DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-introspection=no