blob: 47b0a5af8f0d3b8135234290b6a8cf28bfa40504 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
NULL =
if OS_UNIX
unix_dirs = \
common \
client \
daemon \
$(NULL)
endif
SUBDIRS = \
gio \
$(unix_dirs) \
po \
programs \
$(NULL)
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
|