diff options
author | Francis Dupont <fdupont@isc.org> | 2024-07-19 18:41:51 +0200 |
---|---|---|
committer | Razvan Becheriu <razvan@isc.org> | 2024-08-08 21:39:03 +0200 |
commit | 32671067214397fb571143a142660995830039cd (patch) | |
tree | 688b76fcbc7f8db2614ca9ab25bd3812f4dc8302 /configure.ac | |
parent | [#3470] unrelated: wait for "mariadb setup"/mysqld_safe to complete before re... (diff) | |
download | kea-32671067214397fb571143a142660995830039cd.tar.xz kea-32671067214397fb571143a142660995830039cd.zip |
[#3490] Moved to http/testutils
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 927dc33e9b..488717b14c 100644 --- a/configure.ac +++ b/configure.ac @@ -1645,6 +1645,7 @@ AC_CONFIG_FILES([src/lib/hooks/tests/marker_file.h]) AC_CONFIG_FILES([src/lib/hooks/tests/test_libraries.h]) AC_CONFIG_FILES([src/lib/http/Makefile]) AC_CONFIG_FILES([src/lib/http/tests/Makefile]) +AC_CONFIG_FILES([src/lib/http/testutils/Makefile]) AC_CONFIG_FILES([src/lib/log/Makefile]) AC_CONFIG_FILES([src/lib/log/compiler/Makefile]) AC_CONFIG_FILES([src/lib/log/interprocess/Makefile]) |