No Description
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 420B

123456789101112131415
  1. ##@brief Stores constant evaluated at build time
  2. #@note Populated by ./configure
  3. PYMONGO=@PYMONGO@
  4. WEBUI=@WEBUI@
  5. #Populated by make
  6. LODEL2VARDIR="[@]LODEL2_VARDIR[@]"
  7. LODEL2LOGDIR="[@]LODEL2_LOGDIR[@]"
  8. MULTISITE_DATADIR = 'sites_datas'
  9. MULTISITE_CONTEXTDIR = '.sites_contexts'
  10. MULTISITE_DYNCODE_MODULENAME = 'leapi_dyncode'
  11. ##@todo to be generated via autotools
  12. LODEL_PKG_PATH = '/usr/lib/python3/dist-package/lodel'