24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-18 22:15:20 +02:00

* 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 921c7ede0d
commit 69349925a3
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