diff options
author | Badlop <badlop@process-one.net> | 2009-05-06 15:15:09 +0000 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2009-05-06 15:15:09 +0000 |
commit | 90abb578e6fa671919d6613b9c89583a7d1e6bef (patch) | |
tree | fc410d5857637de03960aeff75e9d29a5d7f27e1 /src | |
parent | * src/ejabberd_loglevel.erl: Use dynamic_compile instead of (diff) |
* src/Makefile.in: Prevent Erlang R13B compilation warning:
behaviour X undefined (EJAB-920)
SVN Revision: 2056
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 3aedc9c59..b2acf7042 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -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 |