Skip to content
Snippets Groups Projects
Commit 111d7891 authored by Simon McVittie's avatar Simon McVittie
Browse files

Install enums.h below ${includedir} as intended

parent 049bb6ec
No related branches found
No related tags found
1 merge request!13Fix handling of enums.h
......@@ -39,7 +39,7 @@ libsteamrt_public_headers = [
enums = gnome.mkenums_simple(
'enums',
install_dir : join_paths('steam-runtime-tools-' + api_major, 'steam-runtime-tools'),
install_dir : join_paths(get_option('includedir'), 'steam-runtime-tools-' + api_major, 'steam-runtime-tools'),
install_header : true,
sources : libsteamrt_public_headers,
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment