build: Make generated headers a dependency for users of common.
This commit is contained in:
parent
586f089df6
commit
92014628d1
@ -105,6 +105,7 @@ hexchat_common = static_library('hexchatcommon',
|
||||
)
|
||||
|
||||
hexchat_common_dep = declare_dependency(
|
||||
sources: [textevents] + marshal,
|
||||
link_with: hexchat_common,
|
||||
include_directories: common_includes,
|
||||
compile_args: common_cflags,
|
||||
|
Loading…
Reference in New Issue
Block a user