blob: 6f23b0a5b66d47a2c0f8f206051e8e2789be1d92 (
plain)
1
2
3
4
5
6
7
8
9
|
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
SUBDIRS = gvdb service gsettings dbus-1 tests client bin engine common docs
if ENABLE_EDITOR
SUBDIRS += editor
endif
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
|