diff options
author | Badlop <badlop@process-one.net> | 2009-12-29 19:10:52 +0000 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2009-12-29 19:10:52 +0000 |
commit | 50137aa98d872b9c684b91cf20759c17c46144a6 (patch) | |
tree | 47f4efd4d31e33f6e4267bb228fbd755ac20125b /src/stringprep | |
parent | Support 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/stringprep')
-rw-r--r-- | src/stringprep/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stringprep/Makefile.in b/src/stringprep/Makefile.in index 7c4997d26..2b78bc953 100644 --- a/src/stringprep/Makefile.in +++ b/src/stringprep/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 = ../stringprep_drv.so |