summaryrefslogtreecommitdiff
path: root/gmodule
diff options
context:
space:
mode:
authorPatrick Griffis <tingping@tingping.se>2016-12-09 14:30:22 -0500
committerMatthias Clasen <mclasen@redhat.com>2017-07-13 19:03:39 -0400
commitd10be6102f28e63f5d85c9d8500af28dff2b7ca7 (patch)
treefa0bde5b655a1d28780abed9cade6f3af6baf543 /gmodule
parentbc2bb5639b4d499e07ae2f718def07c86a3ded67 (diff)
downloadglib-d10be6102f28e63f5d85c9d8500af28dff2b7ca7.tar.gz
meson: Minor modernizations
Diffstat (limited to 'gmodule')
-rw-r--r--gmodule/meson.build2
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'],