blob: 6c5fe01f7f61ff3057aae97c293ea390129b8be5 (
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
|
# Process this file with automake to create Makefile.in.
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
SUBDIRS=atk tests docs po build
EXTRA_DIST = \
MAINTAINERS \
atk-uninstalled.pc.in \
atk.pc.in \
atk.spec.in \
atk.spec \
atk-zip.sh.in \
m4/introspection.m4 \
config.h.win32
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = atk.pc
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-introspection
DISTCLEANFILES = \
atk-uninstalled.pc \
atk.pc \
atk.pc.spec \
atk-zip.sh
|