Skip to content

Commit

Permalink
Fix meson script
Browse files Browse the repository at this point in the history
  • Loading branch information
wargio committed Apr 22, 2024
1 parent 1f2cfc6 commit 0f12d5b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions subprojects/packagefiles/yara/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,11 @@ if get_option('enable_openssl')
yara_c_args += '-DHAVE_OPENSSL_SHA_H=1'
yara_c_args += '-DHAVE_OPENSSL_X509_H=1'
yara_src += 'libyara/modules/hash/hash.c'
yara_src += 'libyara/modules/pe/authenticode-parser/authenticode.c',
yara_src += 'libyara/modules/pe/authenticode-parser/certificate.c',
yara_src += 'libyara/modules/pe/authenticode-parser/countersignature.c',
yara_src += 'libyara/modules/pe/authenticode-parser/helper.c',
yara_src += 'libyara/modules/pe/authenticode-parser/structs.c',
yara_src += 'libyara/modules/pe/authenticode-parser/authenticode.c'
yara_src += 'libyara/modules/pe/authenticode-parser/certificate.c'
yara_src += 'libyara/modules/pe/authenticode-parser/countersignature.c'
yara_src += 'libyara/modules/pe/authenticode-parser/helper.c'
yara_src += 'libyara/modules/pe/authenticode-parser/structs.c'
endif
endif

Expand Down

0 comments on commit 0f12d5b

Please sign in to comment.