Skip to content

Commit 66f6eff

Browse files
committed
sbattach: enable building
Signed-off-by: Stephan Mueller <smueller@chronox.de>
1 parent 803bf5f commit 66f6eff

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

apps/src/meson.build

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,23 @@ if (host_machine.system() != 'windows' and
208208
install: true,
209209
install_dir: get_option('libexecdir') / meson.project_name()
210210
)
211+
212+
sbattach_files = internal_src
213+
sbattach_files += files([
214+
'image.c',
215+
'lc_pkcs7_generator_helper.c',
216+
'lc_x509_generator_file_helper.c',
217+
'lc_x509_generator_print.c',
218+
'sbattach.c',
219+
])
220+
221+
sbattach = executable('sbattach',
222+
[ sbattach_files ],
223+
include_directories: [ include_internal_dirs ],
224+
dependencies: leancrypto,
225+
install: true,
226+
install_dir: get_option('libexecdir') / meson.project_name()
227+
)
211228
endif
212229

213230
endif

0 commit comments

Comments
 (0)