Skip to content

Commit

Permalink
Meson: Rename libpdns_bindparser to libpdns_bind_parser
Browse files Browse the repository at this point in the history
  • Loading branch information
fredmorcos committed Mar 20, 2024
1 parent a8d8ee7 commit 20bada0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pdns/meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
libpdns_bindparser = declare_dependency(
libpdns_bind_parser = declare_dependency(
link_with: static_library(
'pdns-bindparser',
'pdns-bind-parser',
'zoneparser-tng.cc',
flex_generator.process('bindlexer.l'),
bison_generator.process('bindparser.yy'),
Expand Down Expand Up @@ -228,7 +228,7 @@ libpdns = declare_dependency(
],
dependencies: [
deps,
libpdns_bindparser,
libpdns_bind_parser,
libpdns_lua,
libpdns_lua_records,
libpdns_tsig,
Expand Down

0 comments on commit 20bada0

Please sign in to comment.