diff options
author | Razvan Becheriu <razvan@isc.org> | 2023-02-11 11:43:02 +0100 |
---|---|---|
committer | Razvan Becheriu <razvan@isc.org> | 2023-02-11 11:43:02 +0100 |
commit | 9d02694589ebf025e4dda0426eef57e498664c15 (patch) | |
tree | c34a20c9bbb90781fa874d3e2c5947b63f7388ba /configure.ac | |
parent | [#2702] removed link dependencies to fix odr violation (diff) | |
download | kea-9d02694589ebf025e4dda0426eef57e498664c15.tar.xz kea-9d02694589ebf025e4dda0426eef57e498664c15.zip |
[#2702] moved cfgrpt inside process folder
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index e7ca80718c..0094e59424 100644 --- a/configure.ac +++ b/configure.ac @@ -1560,8 +1560,6 @@ AC_CONFIG_FILES([src/lib/asiolink/tests/process_spawn_app.sh], [chmod +x src/lib/asiolink/tests/process_spawn_app.sh]) AC_CONFIG_FILES([src/lib/cc/Makefile]) AC_CONFIG_FILES([src/lib/cc/tests/Makefile]) -AC_CONFIG_FILES([src/lib/cfgrpt/Makefile]) -AC_CONFIG_FILES([src/lib/cfgrpt/tests/Makefile]) AC_CONFIG_FILES([src/lib/config/Makefile]) AC_CONFIG_FILES([src/lib/config/tests/Makefile]) AC_CONFIG_FILES([src/lib/config/tests/data_def_unittests_config.h]) @@ -1626,6 +1624,8 @@ AC_CONFIG_FILES([src/lib/pgsql/Makefile]) AC_CONFIG_FILES([src/lib/pgsql/tests/Makefile]) AC_CONFIG_FILES([src/lib/pgsql/testutils/Makefile]) AC_CONFIG_FILES([src/lib/process/Makefile]) +AC_CONFIG_FILES([src/lib/process/cfgrpt/Makefile]) +AC_CONFIG_FILES([src/lib/process/cfgrpt/tests/Makefile]) AC_CONFIG_FILES([src/lib/process/tests/Makefile]) AC_CONFIG_FILES([src/lib/process/testutils/Makefile]) AC_CONFIG_FILES([src/lib/stats/Makefile]) |