mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
* src/Makefile.in: Updated (thanks to Badlop)
SVN Revision: 268
This commit is contained in:
parent
cbcb2bd3a6
commit
f17f0dac12
@ -1,3 +1,7 @@
|
||||
2004-09-27 Alexey Shchepin <alexey@sevcom.net>
|
||||
|
||||
* src/Makefile.in: Updated (thanks to Badlop)
|
||||
|
||||
2004-09-26 Alexey Shchepin <alexey@sevcom.net>
|
||||
|
||||
* src/aclocal.m4: Better expat and openssl detection (thanks to
|
||||
@ -11,8 +15,8 @@
|
||||
* src/jlib.hrl: Added namespace for iq-register stream feature
|
||||
* src/ejabberd_c2s.erl: Send iq-register feature
|
||||
|
||||
* src/ejabberd_config.erl: Config file can be configured from the
|
||||
command line (thanks to Mickael Remond)
|
||||
* src/ejabberd_config.erl: Config file can be configured via
|
||||
environment variable (thanks to Mickael Remond)
|
||||
|
||||
* src/web/ejabberd_http.erl: Added SSL support (thanks to Sergei
|
||||
Golovan)
|
||||
|
@ -30,7 +30,7 @@ ETCDIR = $(DESTDIR)/etc/ejabberd
|
||||
all: $(ERLSHLIBS) compile-beam all-recursive
|
||||
|
||||
compile-beam:
|
||||
@erl -s make all report -noinput -s erlang halt
|
||||
@ERL@ -s make all report -noinput -s erlang halt
|
||||
|
||||
|
||||
all-recursive install-recursive uninstall-recursive \
|
||||
|
Loading…
Reference in New Issue
Block a user