about summary refs log tree commit diff
path: root/docs/meson.build
diff options
context:
space:
mode:
authorSebastien Bacher <seb128@ubuntu.com>2019-08-09 11:09:27 +0200
committerSebastien Bacher <seb128@ubuntu.com>2019-08-09 11:18:39 +0200
commit820498b2158e0b05421ce0922f203a0699927fa8 (patch)
tree3bf6d1089b762535ec5e59738d47ae2d2f54750f /docs/meson.build
parent1bd9f376796563dfb5016bada66c78b203f41d33 (diff)
parent488dda3930545969f5644b57cfca81e21df031c3 (diff)
Merge remote-tracking branch 'salsa/master'
Diffstat (limited to 'docs/meson.build')
-rw-r--r--docs/meson.build5
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/meson.build b/docs/meson.build
index 5c053165..cc814b77 100644
--- a/docs/meson.build
+++ b/docs/meson.build
@@ -6,11 +6,6 @@ version_xml = 'version.xml'
 subdir('libnm')
 subdir('api')
 
-if enable_libnm_glib
-  subdir('libnm-util')
-  subdir('libnm-glib')
-endif
-
 test(
   'check-docs',
   find_program(join_paths(meson.source_root(), 'tools', 'check-docs.sh')),