* src/Makefile.in: Prevent Erlang R13B compilation warning:

behaviour X undefined (EJAB-920)

SVN Revision: 2056
This commit is contained in:
Badlop 2009-05-06 15:15:09 +00:00
parent dff6e28b2d
commit 90abb578e6
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2009-05-06 Badlop <badlop@process-one.net>
* src/Makefile.in: Prevent Erlang R13B compilation warning:
behaviour X undefined (EJAB-920)
* src/ejabberd_loglevel.erl: Use dynamic_compile instead of
ram_file_io_server. Support definition of loglevels with integer
or atom. (thanks to Geoff Cant)(EJAB-919)

View File

@ -28,7 +28,7 @@ else
CHOWN_OUTPUT=&1
endif
EFLAGS += @ERLANG_SSL39@
EFLAGS += @ERLANG_SSL39@ -pa .
# make debug=true to compile Erlang module with debug informations.
ifdef debug