Brak opisu
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 417B

12345678910111213141516171819
  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. #Static declarations
  9. MULTISITE_DYNCODE_MODULENAME = 'leapi_dyncode'
  10. import os
  11. MULTISITE_DATADIR = os.path.join(LODEL2VARDIR, 'sites_datas')
  12. MULTISITE_CONTEXTDIR = os.path.join(LODEL2VARDIR, '.sites_context')