mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-20 22:10:08 +01:00
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.
5 lines
58 B
Makefile
5 lines
58 B
Makefile
if ENABLE_DOC
|
|
|
|
SUBDIRS = api libnm-glib libnm-util
|
|
|
|
endif
|