build: Make generated headers a dependency for users of common.

This commit is contained in:
nia
2019-07-17 11:50:16 -07:00
committed by Patrick
parent 586f089df6
commit 92014628d1
+1
View File
@@ -105,6 +105,7 @@ hexchat_common = static_library('hexchatcommon',
) )
hexchat_common_dep = declare_dependency( hexchat_common_dep = declare_dependency(
sources: [textevents] + marshal,
link_with: hexchat_common, link_with: hexchat_common,
include_directories: common_includes, include_directories: common_includes,
compile_args: common_cflags, compile_args: common_cflags,