mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
Add stun directory to compilation process
SVN Revision: 2463
This commit is contained in:
parent
3078c28d1a
commit
a4b2d032f9
@ -63,7 +63,7 @@ endif
|
|||||||
prefix = @prefix@
|
prefix = @prefix@
|
||||||
exec_prefix = @exec_prefix@
|
exec_prefix = @exec_prefix@
|
||||||
|
|
||||||
SUBDIRS = @mod_pubsub@ @mod_muc@ @mod_proxy65@ @eldap@ @pam@ @web@ @tls@ @odbc@ @ejabberd_zlib@
|
SUBDIRS = stun @mod_pubsub@ @mod_muc@ @mod_proxy65@ @eldap@ @pam@ @web@ @tls@ @odbc@ @ejabberd_zlib@
|
||||||
ERLSHLIBS =
|
ERLSHLIBS =
|
||||||
ERLBEHAVS = cyrsasl.erl gen_mod.erl p1_fsm.erl
|
ERLBEHAVS = cyrsasl.erl gen_mod.erl p1_fsm.erl
|
||||||
SOURCES_ALL = $(wildcard *.erl)
|
SOURCES_ALL = $(wildcard *.erl)
|
||||||
|
4842
src/configure
vendored
4842
src/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -96,6 +96,7 @@ AC_CONFIG_FILES([Makefile
|
|||||||
$make_eldap
|
$make_eldap
|
||||||
$make_pam
|
$make_pam
|
||||||
$make_web
|
$make_web
|
||||||
|
stun/Makefile
|
||||||
$make_tls
|
$make_tls
|
||||||
$make_odbc
|
$make_odbc
|
||||||
$make_ejabberd_zlib])
|
$make_ejabberd_zlib])
|
||||||
|
Loading…
Reference in New Issue
Block a user