mirror of
https://github.com/ntop/ntopng.git
synced 2026-07-09 16:00:51 +00:00
Add build_info.lua to AC_CONFIG_FILES
This commit is contained in:
parent
ba8e751325
commit
997c0a1faa
1 changed files with 4 additions and 0 deletions
|
|
@ -965,6 +965,10 @@ AC_CONFIG_FILES(packages/etc/systemd/system/ntopng@.service)
|
||||||
AC_CONFIG_FILES(python/setup.py)
|
AC_CONFIG_FILES(python/setup.py)
|
||||||
AC_CONFIG_FILES(python/__init__.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
|
AC_OUTPUT
|
||||||
|
|
||||||
if test -f "httpdocs/misc/ntopng-utils-manage-config"; then
|
if test -f "httpdocs/misc/ntopng-utils-manage-config"; then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue