blob: 0819edb70a7134f942348f8d8bbfaba92aab2919 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Process this file with automake to create Makefile.in.
SUBDIRS=atk tests docs po
EXTRA_DIST = \
MAINTAINERS \
atk-uninstalled.pc.in \
atk.pc.in \
atk.spec.in \
atk.spec \
atk-zip.sh.in
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = atk.pc
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
DISTCLEANFILES = \
atk-uninstalled.pc \
atk.pc \
atk.pc.spec \
atk-zip.sh
|