summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: 1f9a3aeeadb1c64f27305811e203efa796ef0831 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
NULL =

if OS_UNIX
unix_dirs = \
	common \
	client \
	daemon \
	$(NULL)

endif

SUBDIRS = \
	gio \
	$(unix_dirs) \
	po   \
	programs \
	$(NULL)

DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc

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