mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-22 17:08:53 +02:00
meson: Minor modernizations
This commit is contained in:
committed by
Matthias Clasen
parent
bc2bb5639b
commit
d10be6102f
@@ -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'],
|
||||
|
Reference in New Issue
Block a user