Skip to content

Commit

Permalink
Fix handling of generated headers in easel and hmmer
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Jul 8, 2024
1 parent 5fe5949 commit f351a39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/easel/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ easel_lib = static_library(
'easel',
easel_sources,
dependencies : [math, threads, mpi],
objects : easel_config_h
sources : easel_config_h
)

easel_dep = declare_dependency(
Expand Down
2 changes: 2 additions & 0 deletions lib/hmmer/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,11 @@ hmmer_lib = static_library(
'hmmer',
[hmmer_sources, impl_sources],
dependencies : [math, threads, mpi, easel_dep],
sources : hmmer_p7_config_h,
)

hmmer_dep = declare_dependency(
link_with : hmmer_lib,
sources : hmmer_p7_config_h,
include_directories : '.',
)

0 comments on commit f351a39

Please sign in to comment.