~canonical-dx-team/dbusmodel/trunk

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

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = dbusmodel.pc

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

CLEANFILES = dbusmodel.pc
DISTCLEANFILES = dbusmodel.pc
EXTRA_DIST = \
  dbusmodel.pc.in \
	COPYING.GPL

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