Add build_info.lua to AC_CONFIG_FILES

This commit is contained in:
Alfredo Cardigliano 2026-06-16 13:05:04 +02:00
parent ba8e751325
commit 997c0a1faa

View file

@ -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