~ubuntu-branches/ubuntu/oneiric/dee/oneiric

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
SUBDIRS = build dee doc tests examples vapi

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

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

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

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