summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am14
1 files changed, 10 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index 3ce59e1352..00e703cc1c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,8 +6,6 @@ SUBDIRS = \
introspection \
libnm-core \
libnm \
- libnm-util \
- libnm-glib \
src \
callouts \
clients \
@@ -15,9 +13,17 @@ SUBDIRS = \
policy \
data \
po \
- docs \
man \
- examples \
+ examples
+
+if WITH_LEGACY_LIBRARIES
+SUBDIRS += \
+ libnm-util \
+ libnm-glib
+endif
+
+SUBDIRS += \
+ docs \
vapi
@GNOME_CODE_COVERAGE_RULES@