mirror of
https://gitlab.gnome.org/GNOME/libmks.git
synced 2025-01-03 03:15:21 +00:00
build: keep sources list near other sources
This commit is contained in:
parent
81d4c9639c
commit
8abd0b22cf
@ -22,14 +22,6 @@ libmks_headers = [
|
||||
'mks-types.h',
|
||||
]
|
||||
|
||||
libmks_enums = gnome.mkenums_simple('mks-enums',
|
||||
sources: libmks_headers,
|
||||
install_header: true,
|
||||
install_dir: join_paths(get_option('libdir'), 'libmks-@0@'.format(api_version)),
|
||||
identifier_prefix: 'Mks',
|
||||
symbol_prefix: 'mks',
|
||||
)
|
||||
|
||||
libmks_private_sources = [
|
||||
'mks-paintable-listener.c',
|
||||
'mks-read-only-list-model.c',
|
||||
@ -43,6 +35,14 @@ libmks_private_sources = [
|
||||
)
|
||||
]
|
||||
|
||||
libmks_enums = gnome.mkenums_simple('mks-enums',
|
||||
sources: libmks_headers,
|
||||
install_header: true,
|
||||
install_dir: join_paths(get_option('libdir'), 'libmks-@0@'.format(api_version)),
|
||||
identifier_prefix: 'Mks',
|
||||
symbol_prefix: 'mks',
|
||||
)
|
||||
|
||||
# Setup mks-version.h for version checking
|
||||
version_split = meson.project_version().split('.')
|
||||
version_conf = configuration_data()
|
||||
|
Loading…
Reference in New Issue
Block a user