Browse Source

Add a comment in buildconf.py.am.in

Associated to multisite loading & context stuff. I choose to commit this
change in master because it is important to not break the fact that
the buildconf HAS TO be importable safely outside any context.
Yann Weber 7 years ago
parent
commit
22ab3174c3
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      lodel/buildconf.py.am.in

+ 1
- 0
lodel/buildconf.py.am.in View File

1
 ##@brief Stores constant evaluated at build time
1
 ##@brief Stores constant evaluated at build time
2
 #@note Populated by ./configure
2
 #@note Populated by ./configure
3
+#@warning This file HAS TO be safely importable outside any lodel context
3
 
4
 
4
 PYMONGO=@PYMONGO@
5
 PYMONGO=@PYMONGO@
5
 WEBUI=@WEBUI@
6
 WEBUI=@WEBUI@

Loading…
Cancel
Save