From 997c0a1faa172bb2ac3db539a0bd05f8b9e963ee Mon Sep 17 00:00:00 2001 From: Alfredo Cardigliano Date: Tue, 16 Jun 2026 13:05:04 +0200 Subject: [PATCH] Add build_info.lua to AC_CONFIG_FILES --- configure.ac.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configure.ac.in b/configure.ac.in index a87ca21567..a2e07c61f8 100644 --- a/configure.ac.in +++ b/configure.ac.in @@ -965,6 +965,10 @@ AC_CONFIG_FILES(packages/etc/systemd/system/ntopng@.service) AC_CONFIG_FILES(python/setup.py) AC_CONFIG_FILES(python/__init__.py) +if test -d "pro"; then : +AC_CONFIG_FILES(pro/scripts/lua/modules/build_info.lua) +fi + AC_OUTPUT if test -f "httpdocs/misc/ntopng-utils-manage-config"; then