2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 13:37:55 +00:00

[#3333] updated meson files

This commit is contained in:
Razvan Becheriu 2025-02-24 10:05:56 +02:00
parent 8c78d4375c
commit 7226bdcaa9
17 changed files with 24 additions and 23 deletions

View File

@ -1 +1,4 @@
SUBDIRS = gss_tsig
SUBDIRS =
if HAVE_GSSAPI
SUBDIRS += gss_tsig
endif

View File

@ -1,4 +1,3 @@
if HAVE_GSSAPI
SUBDIRS = . testutils libloadtests tests
AM_CPPFLAGS = -I$(top_builddir)/src/lib -I$(top_srcdir)/src/lib
@ -96,5 +95,3 @@ messages gss_tsig_messages.h gss_tsig_messages.cc:
@echo Messages generation disabled. Configure with --enable-generate-messages to enable it.
endif
endif

View File

@ -32,7 +32,7 @@ subdir('tests')
if KEA_MSG_COMPILER.found()
target_gen_messages = run_target(
'premium-src-hooks-d2-gss_tsig-gss_tsig_messages',
'src-hooks-d2-gss_tsig-gss_tsig_messages',
command: [
CD_AND_RUN,
TOP_SOURCE_DIR,

View File

@ -21,7 +21,7 @@ subdir('tests')
if KEA_MSG_COMPILER.found()
target_gen_messages = run_target(
'premium-src-hooks-dhcp-class_cmds-class_cmds_messages',
'src-hooks-dhcp-class_cmds-class_cmds_messages',
command: [
CD_AND_RUN,
TOP_SOURCE_DIR,

View File

@ -22,7 +22,7 @@ subdir('tests')
if KEA_MSG_COMPILER.found()
target_gen_messages = run_target(
'premium-src-hooks-dhcp-ddns_tuning-ddns_tuning_messages',
'src-hooks-dhcp-ddns_tuning-ddns_tuning_messages',
command: [
CD_AND_RUN,
TOP_SOURCE_DIR,

View File

@ -21,7 +21,7 @@ subdir('tests')
if KEA_MSG_COMPILER.found()
target_gen_messages = run_target(
'premium-src-hooks-dhcp-flex_id-flex_id_messages',
'src-hooks-dhcp-flex_id-flex_id_messages',
command: [
CD_AND_RUN,
TOP_SOURCE_DIR,

View File

@ -35,7 +35,7 @@ subdir('tests')
if KEA_MSG_COMPILER.found()
target_gen_messages = run_target(
'premium-src-hooks-dhcp-forensic_log-legal_log_messages',
'src-hooks-dhcp-forensic_log-legal_log_messages',
command: [
CD_AND_RUN,
TOP_SOURCE_DIR,

View File

@ -24,7 +24,7 @@ subdir('tests')
if KEA_MSG_COMPILER.found()
target_gen_messages = run_target(
'premium-src-hooks-dhcp-host_cache-host_cache_messages',
'src-hooks-dhcp-host_cache-host_cache_messages',
command: [
CD_AND_RUN,
TOP_SOURCE_DIR,

View File

@ -21,7 +21,7 @@ subdir('tests')
if KEA_MSG_COMPILER.found()
target_gen_messages = run_target(
'premium-src-hooks-dhcp-host_cmds-host_cmds_messages',
'src-hooks-dhcp-host_cmds-host_cmds_messages',
command: [
CD_AND_RUN,
TOP_SOURCE_DIR,

View File

@ -1,8 +1,9 @@
// Copyright (C) 2025 Internet Systems Consortium, Inc. ("ISC")
//
// This Source Code Form is subject to the terms of the Kea Hooks Basic
// Commercial End User License Agreement v2.0. See COPYING file in the premium/
// directory.
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
#include <config.h>

View File

@ -1,8 +1,8 @@
// Copyright (C) 2025 Internet Systems Consortium, Inc. ("ISC")
//
// This Source Code Form is subject to the terms of the Kea Hooks Basic
// Commercial End User License Agreement v2.0. See COPYING file in the premium/
// directory.
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
#ifndef BINDING_VARIABLES_H
#define BINDING_VARIABLES_H

View File

@ -29,7 +29,7 @@ subdir('tests')
if KEA_MSG_COMPILER.found()
target_gen_messages = run_target(
'premium-src-hooks-dhcp-lease_query-lease_query_messages',
'src-hooks-dhcp-lease_query-lease_query_messages',
command: [
CD_AND_RUN,
TOP_SOURCE_DIR,

View File

@ -24,7 +24,7 @@ subdir('tests')
if KEA_MSG_COMPILER.found()
target_gen_messages = run_target(
'premium-src-hooks-dhcp-limits-limits_messages',
'src-hooks-dhcp-limits-limits_messages',
command: [
CD_AND_RUN,
TOP_SOURCE_DIR,

View File

@ -82,7 +82,7 @@ messages: perfmon_messages.h perfmon_messages.cc
perfmon_messages.h perfmon_messages.cc: perfmon_messages.mes
(cd $(top_srcdir); \
$(abs_top_builddir)/src/lib/log/compiler/kea-msg-compiler src/hooks/dhcp/perfmon/perfmon_messages.mes
$(abs_top_builddir)/src/lib/log/compiler/kea-msg-compiler src/hooks/dhcp/perfmon/perfmon_messages.mes)
else

View File

@ -27,7 +27,7 @@ subdir('tests')
if KEA_MSG_COMPILER.found()
target_gen_messages = run_target(
'premium-src-hooks-dhcp-ping_check-ping_check_messages',
'src-hooks-dhcp-ping_check-ping_check_messages',
command: [
CD_AND_RUN,
TOP_SOURCE_DIR,

View File

@ -42,7 +42,7 @@ subdir('tests')
if KEA_MSG_COMPILER.found()
target_gen_messages = run_target(
'premium-src-hooks-dhcp-radius-radius_messages',
'src-hooks-dhcp-radius-radius_messages',
command: [
CD_AND_RUN,
TOP_SOURCE_DIR,

View File

@ -21,7 +21,7 @@ subdir('tests')
if KEA_MSG_COMPILER.found()
target_gen_messages = run_target(
'premium-src-hooks-dhcp-subnet_cmds-subnet_cmds_messages',
'src-hooks-dhcp-subnet_cmds-subnet_cmds_messages',
command: [
CD_AND_RUN,
TOP_SOURCE_DIR,