gplugin/gplugin

c9860ac1e4d1
Parents 934b41f609c8
Children 591c8979078a
Need to add the gjs subdir to the toplevel meson.build and clean up a comment
--- a/gjs/meson.build Mon Jun 05 23:14:45 2017 -0500
+++ b/gjs/meson.build Mon Jun 05 23:30:04 2017 -0500
@@ -48,7 +48,7 @@
install_dir : join_paths(get_option('libdir'), 'gplugin'),
cpp_args: gjs_args,
)
-endif # lua
+endif # gjs
if get_option('testing')
subdir('tests')
--- a/meson.build Mon Jun 05 23:14:45 2017 -0500
+++ b/meson.build Mon Jun 05 23:30:04 2017 -0500
@@ -108,6 +108,7 @@
subdir('plugins')
subdir('po')
+subdir('gjs')
subdir('lua')
subdir('perl')
subdir('python')