Skip to content
This repository has been archived by the owner on Feb 10, 2024. It is now read-only.

Commit

Permalink
build: Make generated headers a dependency for users of common.
Browse files Browse the repository at this point in the history
  • Loading branch information
alarixnia authored and TingPing committed Jul 17, 2019
1 parent 586f089 commit 9201462
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/common/meson.build
Expand Up @@ -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,
Expand Down

0 comments on commit 9201462

Please sign in to comment.