libpdns_auth_api_swagger = 'apidocfiles.h'
if not fs.is_file('apidocfiles.h')
libpdns_auth_api_swagger = custom_target(
- 'libpdns-auth-api-swagger',
+ 'pdns-auth-api-swagger',
command: [
python_prog,
'@INPUT0@',
libpdns_auth = declare_dependency(
link_with: static_library(
- 'libpdns-auth',
+ 'pdns-auth',
'auth-caches.cc',
'auth-carbon.cc',
'auth-catalogzone.cc',
libpdns_bind_dnssec_schema = 'bind-dnssec.schema.sqlite3.sql.h'
if not fs.is_file('bind-dnssec.schema.sqlite3.sql.h')
libpdns_bind_dnssec_schema = custom_target(
- 'libpdns-bind-dnssec-schema',
+ 'pdns-bind-dnssec-schema',
command: [
python_prog,
'@INPUT0@',
if enable_ipcipher
libpdns_ipcipher = declare_dependency(
link_with: static_library(
- 'libpdns-ipcipher',
+ 'pdns-ipcipher',
'ipcipher.cc',
dependencies: deps,
)