summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2020-03-06 15:06:45 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2020-03-07 23:53:13 +0800
commit0bcdad1163b6937bb84713116c9bdc9491dc0e95 (patch)
tree193e9c4795aa7995941603d84c7503fe5d60836a /meson.build
parentcc62858052df390a2f599c575173793a9f6520f4 (diff)
downloadglibmm-0bcdad1163b6937bb84713116c9bdc9491dc0e95.tar.gz
build: Drop gendef
We are now building glibmm without the use of gendef for all builds, so we can now drop gendef from the glibmm sources.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 2636e563..dfea7496 100644
--- a/meson.build
+++ b/meson.build
@@ -195,7 +195,6 @@ if is_msvc
endif
subdir('tools')
-subdir('MSVC_NMake/gendef')
subdir('glib')
subdir('MSVC_NMake/glibmm')
subdir('glib/glibmm')