aboutsummaryrefslogtreecommitdiff
path: root/src/web
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2009-12-29 19:10:52 +0000
committerBadlop <badlop@process-one.net>2009-12-29 19:10:52 +0000
commit50137aa98d872b9c684b91cf20759c17c46144a6 (patch)
tree47f4efd4d31e33f6e4267bb228fbd755ac20125b /src/web
parentSupport also SASL PLAIN auth messages described in RFC4616 (EJAB-1132) (diff)
Add +export_all to EFLAGS if: make debug=true (thanks to Marcin Owsiany)(EJAB-1134)
SVN Revision: 2842
Diffstat (limited to 'src/web')
-rw-r--r--src/web/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/Makefile.in b/src/web/Makefile.in
index 21f7c9348..519314ef7 100644
--- a/src/web/Makefile.in
+++ b/src/web/Makefile.in
@@ -15,7 +15,7 @@ EFLAGS += -pz ..
# make debug=true to compile Erlang module with debug informations.
ifdef debug
- EFLAGS+=+debug_info
+ EFLAGS+=+debug_info +export_all
endif
SOURCES = $(wildcard *.erl)