NetworkManager/docs/Makefile.am
Pavel Šimerda faa1bcb540 build: improve documentation and test configure options
Use --enable-doc and --enable-tests instead of --with-docs and
--with-tests. This is consistent with other features and with
--enable-gtk-doc option. Support current variants as fallback.

Don't build tests unless --enable-tests is specified.
2012-11-13 20:23:06 +01:00

5 lines
58 B
Makefile

if ENABLE_DOC
SUBDIRS = api libnm-glib libnm-util
endif