aboutsummaryrefslogtreecommitdiff
path: root/src/mod_irc/Makefile.in
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/mod_irc/Makefile.in
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/mod_irc/Makefile.in')
-rw-r--r--src/mod_irc/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mod_irc/Makefile.in b/src/mod_irc/Makefile.in
index 9dcf9f182..e1551f929 100644
--- a/src/mod_irc/Makefile.in
+++ b/src/mod_irc/Makefile.in
@@ -24,7 +24,7 @@ EFLAGS += -pz ..
# make debug=true to compile Erlang module with debug informations.
ifdef debug
- EFLAGS+=+debug_info
+ EFLAGS+=+debug_info +export_all
endif
ERLSHLIBS = ../iconv_erl.so