summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: c67aab608292e0cb4916e1959cd5399cfca4f9c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
DISTCHECK_CONFIGURE_FLAGS = --enable-introspection --enable-gtk-doc

-include $(INTROSPECTION_MAKEFILE)
INTROSPECTION_GIRS =
INTROSPECTION_SCANNER_ARGS = --add-include-path=$(srcdir)
INTROSPECTION_COMPILER_ARGS = --includedir=$(srcdir)

SUBDIRS=po dbind xml atspi bus registryd doc test

ACLOCAL_AMFLAGS=-I m4 ${ACLOCAL_FLAGS}

EXTRA_DIST = \
	atspi-2-uninstalled.pc.in \
	atspi-2.pc.in

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = atspi-2.pc

DISTCLEANFILES = \
	atspi-2-uninstalled.pc \
	atspi-2.pc