Skip to content

Commit 7226bdc

Browse files
author
Razvan Becheriu
committed
[#3333] updated meson files
1 parent 8c78d43 commit 7226bdc

File tree

17 files changed

+24
-23
lines changed

17 files changed

+24
-23
lines changed

src/hooks/d2/Makefile.am

+4-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
SUBDIRS = gss_tsig
1+
SUBDIRS =
2+
if HAVE_GSSAPI
3+
SUBDIRS += gss_tsig
4+
endif

src/hooks/d2/gss_tsig/Makefile.am

-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
if HAVE_GSSAPI
21
SUBDIRS = . testutils libloadtests tests
32

43
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:
9695
@echo Messages generation disabled. Configure with --enable-generate-messages to enable it.
9796

9897
endif
99-
100-
endif

src/hooks/d2/gss_tsig/meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ subdir('tests')
3232

3333
if KEA_MSG_COMPILER.found()
3434
target_gen_messages = run_target(
35-
'premium-src-hooks-d2-gss_tsig-gss_tsig_messages',
35+
'src-hooks-d2-gss_tsig-gss_tsig_messages',
3636
command: [
3737
CD_AND_RUN,
3838
TOP_SOURCE_DIR,

src/hooks/dhcp/class_cmds/meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ subdir('tests')
2121

2222
if KEA_MSG_COMPILER.found()
2323
target_gen_messages = run_target(
24-
'premium-src-hooks-dhcp-class_cmds-class_cmds_messages',
24+
'src-hooks-dhcp-class_cmds-class_cmds_messages',
2525
command: [
2626
CD_AND_RUN,
2727
TOP_SOURCE_DIR,

src/hooks/dhcp/ddns_tuning/meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ subdir('tests')
2222

2323
if KEA_MSG_COMPILER.found()
2424
target_gen_messages = run_target(
25-
'premium-src-hooks-dhcp-ddns_tuning-ddns_tuning_messages',
25+
'src-hooks-dhcp-ddns_tuning-ddns_tuning_messages',
2626
command: [
2727
CD_AND_RUN,
2828
TOP_SOURCE_DIR,

src/hooks/dhcp/flex_id/meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ subdir('tests')
2121

2222
if KEA_MSG_COMPILER.found()
2323
target_gen_messages = run_target(
24-
'premium-src-hooks-dhcp-flex_id-flex_id_messages',
24+
'src-hooks-dhcp-flex_id-flex_id_messages',
2525
command: [
2626
CD_AND_RUN,
2727
TOP_SOURCE_DIR,

src/hooks/dhcp/forensic_log/meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ subdir('tests')
3535

3636
if KEA_MSG_COMPILER.found()
3737
target_gen_messages = run_target(
38-
'premium-src-hooks-dhcp-forensic_log-legal_log_messages',
38+
'src-hooks-dhcp-forensic_log-legal_log_messages',
3939
command: [
4040
CD_AND_RUN,
4141
TOP_SOURCE_DIR,

src/hooks/dhcp/host_cache/meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ subdir('tests')
2424

2525
if KEA_MSG_COMPILER.found()
2626
target_gen_messages = run_target(
27-
'premium-src-hooks-dhcp-host_cache-host_cache_messages',
27+
'src-hooks-dhcp-host_cache-host_cache_messages',
2828
command: [
2929
CD_AND_RUN,
3030
TOP_SOURCE_DIR,

src/hooks/dhcp/host_cmds/meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ subdir('tests')
2121

2222
if KEA_MSG_COMPILER.found()
2323
target_gen_messages = run_target(
24-
'premium-src-hooks-dhcp-host_cmds-host_cmds_messages',
24+
'src-hooks-dhcp-host_cmds-host_cmds_messages',
2525
command: [
2626
CD_AND_RUN,
2727
TOP_SOURCE_DIR,

src/hooks/dhcp/lease_cmds/binding_variables.cc

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

78
#include <config.h>
89

src/hooks/dhcp/lease_cmds/binding_variables.h

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

77
#ifndef BINDING_VARIABLES_H
88
#define BINDING_VARIABLES_H

src/hooks/dhcp/lease_query/meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ subdir('tests')
2929

3030
if KEA_MSG_COMPILER.found()
3131
target_gen_messages = run_target(
32-
'premium-src-hooks-dhcp-lease_query-lease_query_messages',
32+
'src-hooks-dhcp-lease_query-lease_query_messages',
3333
command: [
3434
CD_AND_RUN,
3535
TOP_SOURCE_DIR,

src/hooks/dhcp/limits/meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ subdir('tests')
2424

2525
if KEA_MSG_COMPILER.found()
2626
target_gen_messages = run_target(
27-
'premium-src-hooks-dhcp-limits-limits_messages',
27+
'src-hooks-dhcp-limits-limits_messages',
2828
command: [
2929
CD_AND_RUN,
3030
TOP_SOURCE_DIR,

src/hooks/dhcp/perfmon/Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ messages: perfmon_messages.h perfmon_messages.cc
8282

8383
perfmon_messages.h perfmon_messages.cc: perfmon_messages.mes
8484
(cd $(top_srcdir); \
85-
$(abs_top_builddir)/src/lib/log/compiler/kea-msg-compiler src/hooks/dhcp/perfmon/perfmon_messages.mes
85+
$(abs_top_builddir)/src/lib/log/compiler/kea-msg-compiler src/hooks/dhcp/perfmon/perfmon_messages.mes)
8686

8787
else
8888

src/hooks/dhcp/ping_check/meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ subdir('tests')
2727

2828
if KEA_MSG_COMPILER.found()
2929
target_gen_messages = run_target(
30-
'premium-src-hooks-dhcp-ping_check-ping_check_messages',
30+
'src-hooks-dhcp-ping_check-ping_check_messages',
3131
command: [
3232
CD_AND_RUN,
3333
TOP_SOURCE_DIR,

src/hooks/dhcp/radius/meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ subdir('tests')
4242

4343
if KEA_MSG_COMPILER.found()
4444
target_gen_messages = run_target(
45-
'premium-src-hooks-dhcp-radius-radius_messages',
45+
'src-hooks-dhcp-radius-radius_messages',
4646
command: [
4747
CD_AND_RUN,
4848
TOP_SOURCE_DIR,

src/hooks/dhcp/subnet_cmds/meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ subdir('tests')
2121

2222
if KEA_MSG_COMPILER.found()
2323
target_gen_messages = run_target(
24-
'premium-src-hooks-dhcp-subnet_cmds-subnet_cmds_messages',
24+
'src-hooks-dhcp-subnet_cmds-subnet_cmds_messages',
2525
command: [
2626
CD_AND_RUN,
2727
TOP_SOURCE_DIR,

0 commit comments

Comments
 (0)