gplugin/gplugin

Install the enum header to the proper location
feature/mkenums-simple
2019-07-22, Gary Kramlich
32261f3ee7b8
Parents e0f7724ddcac
Children 6890ab5ed5e2
Install the enum header to the proper location
--- a/gplugin/meson.build Mon Jul 22 03:02:58 2019 -0500
+++ b/gplugin/meson.build Mon Jul 22 20:31:22 2019 -0500
@@ -65,7 +65,12 @@
'gplugin-plugin.h',
]
-enums = gnome.mkenums_simple('gplugin-enums', sources : ENUM_HEADERS)
+enums = gnome.mkenums_simple(
+ 'gplugin-enums',
+ sources : ENUM_HEADERS,
+ install_header : true,
+ install_dir : join_paths(get_option('includedir'), 'gplugin-1.0', 'gplugin'))
+
enums_c = enums[0]
enums_h = enums[1]