Quellcode durchsuchen

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 vor 7 Jahren
Ursprung
Commit
22ab3174c3
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1
    0
      lodel/buildconf.py.am.in

+ 1
- 0
lodel/buildconf.py.am.in Datei anzeigen

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

Laden…
Abbrechen
Speichern