meson: Minor modernizations

This commit is contained in:
Patrick Griffis
2016-12-09 14:30:22 -05:00
committed by Matthias Clasen
parent bc2bb5639b
commit d10be6102f
12 changed files with 158 additions and 144 deletions

View File

@@ -82,7 +82,7 @@ gmoduleconf_h = configure_file(input : 'gmoduleconf.h.in',
output : 'gmoduleconf.h',
configuration : gmoduleconf_conf)
install_headers(['gmodule.h'], subdir : 'glib-2.0/')
install_headers(['gmodule.h'], subdir : 'glib-2.0')
libgmodule = shared_library('gmodule-2.0',
sources : ['gmodule.c'],