Bez popisu
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

buildconf.py.am.in 550B

1234567891011121314151617
  1. ##@brief Stores constant evaluated at build time
  2. #@note Populated by ./configure
  3. #@warning This file HAS TO be safely importable outside any lodel context
  4. PYMONGO=@PYMONGO@
  5. WEBUI=@WEBUI@
  6. #Populated by make
  7. LODEL2VARDIR="[@]LODEL2_VARDIR[@]"
  8. LODEL2LOGDIR="[@]LODEL2_LOGDIR[@]"
  9. LODEL_PKG_PATH = "[@]LODEL2_LODEL_PKG[@]"
  10. MULTISITE_DATADIR = "[@]MULTISITE_DATA_DIRNAME[@]"
  11. MULTISITE_CONTEXTDIR = "[@]MULTISITE_CTX_DIRNAME[@]"
  12. MULTISITE_DYNCODE_MODULENAME = 'leapi_dyncode'
  13. ##@todo to be generated via autotools
  14. LODELSITE_CONFDIR = 'lodelsites.conf.d'