diff options
author | Patrick Griffis <tingping@tingping.se> | 2016-12-09 14:30:22 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2017-07-13 19:03:39 -0400 |
commit | d10be6102f28e63f5d85c9d8500af28dff2b7ca7 (patch) | |
tree | fa0bde5b655a1d28780abed9cade6f3af6baf543 /gmodule | |
parent | bc2bb5639b4d499e07ae2f718def07c86a3ded67 (diff) | |
download | glib-d10be6102f28e63f5d85c9d8500af28dff2b7ca7.tar.gz |
meson: Minor modernizations
Diffstat (limited to 'gmodule')
-rw-r--r-- | gmodule/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gmodule/meson.build b/gmodule/meson.build index 3319740a3..188b178ad 100644 --- a/gmodule/meson.build +++ b/gmodule/meson.build @@ -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'], |