summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDan Winship <danw@redhat.com>2015-07-29 15:37:43 -0400
committerDan Winship <danw@redhat.com>2015-08-10 09:41:26 -0400
commit753e81d21f15bb9cba0bb41493b5bda4b4f625f8 (patch)
treefbded1bde2bb242da035b822313eb22eabd7bd59 /docs
parent1cf35cb26b6cc04f8b2c51c3cde4bc08ef311062 (diff)
downloadNetworkManager-753e81d21f15bb9cba0bb41493b5bda4b4f625f8.tar.gz
build: make libnm-util/libnm-glib optional
Add --without-libnm-glib, for people who don't want to build the legacy client libraries. When building with this option, dbus-glib and libdbus are not required.
Diffstat (limited to 'docs')
-rw-r--r--docs/Makefile.am7
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 5fdeff62b4..52cbe5286d 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -1,2 +1,7 @@
-SUBDIRS = libnm-glib libnm-util libnm api
+SUBDIRS = libnm api
+if WITH_LEGACY_LIBRARIES
+SUBDIRS += \
+ libnm-util \
+ libnm-glib
+endif