summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: edc69760f23e5ceb68b8bb42c09d1ae937d932da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Process this file with automake to create Makefile.in.
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}

SUBDIRS = atk tests docs po win32

meson_dist_files = \
	meson_options.txt \
	meson.build \
	atk/meson.build \
	docs/meson.build \
	docs/xml/meson.build \
	docs/xml/gtkdocentities.ent.in \
	po/meson.build \
	tests/meson.build \
	$()

EXTRA_DIST = 			\
	MAINTAINERS		\
	atk.pc.in		\
	config.h.win32		\
	$(meson_dist_files)

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

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

DISTCLEANFILES = atk.pc