mirror of
https://github.com/yweber/lodel2.git
synced 2025-11-12 17:09:16 +01:00
17 lines
563 B
Text
17 lines
563 B
Text
##@brief Stores constant evaluated at build time
|
|
#@note Populated by ./configure
|
|
#@warning This file HAS TO be safely importable outside any lodel context
|
|
|
|
PYMONGO=@PYMONGO@
|
|
WEBUI=@WEBUI@
|
|
#Populated by make
|
|
LODEL2VARDIR="[@]LODEL2_VARDIR[@]"
|
|
LODEL2LOGDIR="[@]LODEL2_LOGDIR[@]"
|
|
|
|
|
|
MULTISITE_DATADIR = "[@]MULTISITE_DATA_DIRNAME[@]"
|
|
MULTISITE_CONTEXTDIR = "[@]MULTISITE_CTX_DIRNAME[@]"
|
|
MULTISITE_DYNCODE_MODULENAME = 'leapi_dyncode'
|
|
##@todo to be generated via autotools
|
|
LODEL_PKG_PATH = '/usr/lib/python3/dist-package/lodel'
|
|
LODELSITE_CONFDIR = 'lodelsites.conf.d'
|