projects
/
platform
/
upstream
/
atk.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fixed typos and template omissions which were preventing some inline
[platform/upstream/atk.git]
/
Makefile.am
1
# Process this file with automake to create Makefile.in.
2
3
SUBDIRS=atk tests docs po
4
5
EXTRA_DIST = \
6
atk-uninstalled.pc.in \
7
atk.pc.in \
8
atk.spec.in \
9
atk.spec \
10
atk-zip.sh.in
11
12
pkgconfigdir = $(libdir)/pkgconfig
13
pkgconfig_DATA = atk.pc
14
15
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
16
17
DISTCLEANFILES = \
18
atk-uninstalled.pc \
19
atk.pc \
20
atk.pc.spec \
21
atk-zip.sh