]> granicus.if.org Git - ejabberd/commitdiff
Add +export_all to EFLAGS if: make debug=true (thanks to Marcin Owsiany)(EJAB-1134)
authorBadlop <badlop@process-one.net>
Tue, 29 Dec 2009 19:10:52 +0000 (19:10 +0000)
committerBadlop <badlop@process-one.net>
Tue, 29 Dec 2009 19:10:52 +0000 (19:10 +0000)
SVN Revision: 2842

13 files changed:
src/Makefile.in
src/ejabberd_zlib/Makefile.in
src/eldap/Makefile.in
src/mod_irc/Makefile.in
src/mod_muc/Makefile.in
src/mod_proxy65/Makefile.in
src/mod_pubsub/Makefile.in
src/odbc/Makefile.in
src/pam/Makefile.in
src/stringprep/Makefile.in
src/stun/Makefile.in
src/tls/Makefile.in
src/web/Makefile.in

index ce580ab68e8ccb8e3e69dbd45de924d36fbbf26a..3d2bf318c690d04395a723f272af412b36c2246c 100644 (file)
@@ -34,7 +34,7 @@ EFLAGS += @ERLANG_SSL39@ -pa .
 
 # make debug=true to compile Erlang module with debug informations.
 ifdef debug
-  EFLAGS+=+debug_info
+  EFLAGS+=+debug_info +export_all
 endif
 
 ifdef ejabberd_debug
index b572c11696fbf3de8c183e740a8ae84930946571..9b8ac765865bc8266a0db4a44c3edadc26b45bb8 100644 (file)
@@ -26,7 +26,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 = ../ejabberd_zlib_drv.so
index 50794018ccf277d467186374b605718cf0691ecb..c9b8dd8aac83fa22cdc6c598a4e51ea99c1d7d81 100644 (file)
@@ -16,7 +16,7 @@ EFLAGS += -pz ..
 
 # make debug=true to compile Erlang module with debug informations.
 ifdef debug
-       EFLAGS+=+debug_info
+       EFLAGS+=+debug_info +export_all
 endif
 
 OUTDIR = ..
index 9dcf9f182c9c9e9de2e3f337e934a4206bbeebca..e1551f929ced9e9e704191c192b281c8a17cea82 100644 (file)
@@ -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
index 5ede5e521356605e2510c82ea31019fc826722ce..41315ad29032faa6bb5b3dbe96e0e6af7b49dbf5 100644 (file)
@@ -14,7 +14,7 @@ EFLAGS += -pz ..
 
 # make debug=true to compile Erlang module with debug informations.
 ifdef debug
-       EFLAGS+=+debug_info
+       EFLAGS+=+debug_info +export_all
 endif
 
 ifeq (@transient_supervisors@, false)
index 3fc94c66227eafac8c333a4752d8f6540f1c1331..3a9806b22ed7b2a34e83032713b0436138e816cb 100644 (file)
@@ -14,7 +14,7 @@ EFLAGS += -pz ..
 
 # make debug=true to compile Erlang module with debug informations.
 ifdef debug
-       EFLAGS+=+debug_info
+       EFLAGS+=+debug_info +export_all
 endif
 
 OUTDIR = ..
index 88bf2ba0c94e203ddecd16f993bebe8cded49b1e..1ea6a1625f81825e6ca7b40b1a5417827df594a7 100644 (file)
@@ -14,7 +14,7 @@ EFLAGS += -pz ..
 
 # make debug=true to compile Erlang module with debug informations.
 ifdef debug
-       EFLAGS+=+debug_info
+       EFLAGS+=+debug_info +export_all
 endif
 
 OUTDIR = ..
index 3f4898d3ae0fdf7af8238ef50f1f389fb613c1d9..d51439fb9453b6b629269159aeb24f1e9603fa7a 100644 (file)
@@ -14,7 +14,7 @@ EFLAGS += -pz ..
 
 # make debug=true to compile Erlang module with debug informations.
 ifdef debug
-       EFLAGS+=+debug_info
+       EFLAGS+=+debug_info +export_all
 endif
 
 OUTDIR = ..
index bde289402b9342769f795cb765a1e8114a0b8d32..cae37437d53d40bf58aa54519a2da745e6d20494 100644 (file)
@@ -14,7 +14,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 = ../epam
index 7c4997d26e63f7ced65ab63c9a2ad3de1d1b3d83..2b78bc95362c136d44f46735ff3240d52d725a7a 100644 (file)
@@ -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
index e77da84526d4e97c8e4b445108fc71b1abaced83..b6e28d953d6d108e87c671a9bf2a24f2cf13186b 100644 (file)
@@ -14,7 +14,7 @@ EFLAGS += -pz ..
 
 # make debug=true to compile Erlang module with debug informations.
 ifdef debug
-       EFLAGS+=+debug_info
+       EFLAGS+=+debug_info +export_all
 endif
 
 OUTDIR = ..
index 44142fa7e5d21b96d1d66713e285c95cbd247d0e..477a202b155ac2a65d021034107a7b23069a4738 100644 (file)
@@ -26,7 +26,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 = ../tls_drv.so
index 21f7c93482fe47f883f567229bca40ac8ab51d7c..519314ef79658f6c81ed86ef02726ff7e7eb8e9d 100644 (file)
@@ -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)