Commit 7226bdc Razvan Becheriu
committed
1 parent 8c78d43 commit 7226bdc Copy full SHA for 7226bdc
File tree 17 files changed +24
-23
lines changed
17 files changed +24
-23
lines changed Original file line number Diff line number Diff line change 1
- SUBDIRS = gss_tsig
1
+ SUBDIRS =
2
+ if HAVE_GSSAPI
3
+ SUBDIRS += gss_tsig
4
+ endif
Original file line number Diff line number Diff line change 1
- if HAVE_GSSAPI
2
1
SUBDIRS = . testutils libloadtests tests
3
2
4
3
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:
96
95
@echo Messages generation disabled. Configure with --enable-generate-messages to enable it.
97
96
98
97
endif
99
-
100
- endif
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ subdir('tests')
32
32
33
33
if KEA_MSG_COMPILER.found()
34
34
target_gen_messages = run_target (
35
- ' premium- src-hooks-d2-gss_tsig-gss_tsig_messages' ,
35
+ ' src-hooks-d2-gss_tsig-gss_tsig_messages' ,
36
36
command : [
37
37
CD_AND_RUN,
38
38
TOP_SOURCE_DIR,
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ subdir('tests')
21
21
22
22
if KEA_MSG_COMPILER.found()
23
23
target_gen_messages = run_target (
24
- ' premium- src-hooks-dhcp-class_cmds-class_cmds_messages' ,
24
+ ' src-hooks-dhcp-class_cmds-class_cmds_messages' ,
25
25
command : [
26
26
CD_AND_RUN,
27
27
TOP_SOURCE_DIR,
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ subdir('tests')
22
22
23
23
if KEA_MSG_COMPILER.found()
24
24
target_gen_messages = run_target (
25
- ' premium- src-hooks-dhcp-ddns_tuning-ddns_tuning_messages' ,
25
+ ' src-hooks-dhcp-ddns_tuning-ddns_tuning_messages' ,
26
26
command : [
27
27
CD_AND_RUN,
28
28
TOP_SOURCE_DIR,
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ subdir('tests')
21
21
22
22
if KEA_MSG_COMPILER.found()
23
23
target_gen_messages = run_target (
24
- ' premium- src-hooks-dhcp-flex_id-flex_id_messages' ,
24
+ ' src-hooks-dhcp-flex_id-flex_id_messages' ,
25
25
command : [
26
26
CD_AND_RUN,
27
27
TOP_SOURCE_DIR,
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ subdir('tests')
35
35
36
36
if KEA_MSG_COMPILER.found()
37
37
target_gen_messages = run_target (
38
- ' premium- src-hooks-dhcp-forensic_log-legal_log_messages' ,
38
+ ' src-hooks-dhcp-forensic_log-legal_log_messages' ,
39
39
command : [
40
40
CD_AND_RUN,
41
41
TOP_SOURCE_DIR,
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ subdir('tests')
24
24
25
25
if KEA_MSG_COMPILER.found()
26
26
target_gen_messages = run_target (
27
- ' premium- src-hooks-dhcp-host_cache-host_cache_messages' ,
27
+ ' src-hooks-dhcp-host_cache-host_cache_messages' ,
28
28
command : [
29
29
CD_AND_RUN,
30
30
TOP_SOURCE_DIR,
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ subdir('tests')
21
21
22
22
if KEA_MSG_COMPILER.found()
23
23
target_gen_messages = run_target (
24
- ' premium- src-hooks-dhcp-host_cmds-host_cmds_messages' ,
24
+ ' src-hooks-dhcp-host_cmds-host_cmds_messages' ,
25
25
command : [
26
26
CD_AND_RUN,
27
27
TOP_SOURCE_DIR,
Original file line number Diff line number Diff line change 1
1
// Copyright (C) 2025 Internet Systems Consortium, Inc. ("ISC")
2
2
//
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
+
6
7
7
8
#include < config.h>
8
9
Original file line number Diff line number Diff line change 1
1
// Copyright (C) 2025 Internet Systems Consortium, Inc. ("ISC")
2
2
//
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
6
7
7
#ifndef BINDING_VARIABLES_H
8
8
#define BINDING_VARIABLES_H
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ subdir('tests')
29
29
30
30
if KEA_MSG_COMPILER.found()
31
31
target_gen_messages = run_target (
32
- ' premium- src-hooks-dhcp-lease_query-lease_query_messages' ,
32
+ ' src-hooks-dhcp-lease_query-lease_query_messages' ,
33
33
command : [
34
34
CD_AND_RUN,
35
35
TOP_SOURCE_DIR,
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ subdir('tests')
24
24
25
25
if KEA_MSG_COMPILER.found()
26
26
target_gen_messages = run_target (
27
- ' premium- src-hooks-dhcp-limits-limits_messages' ,
27
+ ' src-hooks-dhcp-limits-limits_messages' ,
28
28
command : [
29
29
CD_AND_RUN,
30
30
TOP_SOURCE_DIR,
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ messages: perfmon_messages.h perfmon_messages.cc
82
82
83
83
perfmon_messages.h perfmon_messages.cc : perfmon_messages.mes
84
84
(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)
86
86
87
87
else
88
88
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ subdir('tests')
27
27
28
28
if KEA_MSG_COMPILER.found()
29
29
target_gen_messages = run_target (
30
- ' premium- src-hooks-dhcp-ping_check-ping_check_messages' ,
30
+ ' src-hooks-dhcp-ping_check-ping_check_messages' ,
31
31
command : [
32
32
CD_AND_RUN,
33
33
TOP_SOURCE_DIR,
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ subdir('tests')
42
42
43
43
if KEA_MSG_COMPILER.found()
44
44
target_gen_messages = run_target (
45
- ' premium- src-hooks-dhcp-radius-radius_messages' ,
45
+ ' src-hooks-dhcp-radius-radius_messages' ,
46
46
command : [
47
47
CD_AND_RUN,
48
48
TOP_SOURCE_DIR,
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ subdir('tests')
21
21
22
22
if KEA_MSG_COMPILER.found()
23
23
target_gen_messages = run_target (
24
- ' premium- src-hooks-dhcp-subnet_cmds-subnet_cmds_messages' ,
24
+ ' src-hooks-dhcp-subnet_cmds-subnet_cmds_messages' ,
25
25
command : [
26
26
CD_AND_RUN,
27
27
TOP_SOURCE_DIR,
You can’t perform that action at this time.
0 commit comments