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

Add stun directory to compilation process

SVN Revision: 2463
This commit is contained in:
Badlop 2009-08-11 18:23:54 +00:00
parent 3078c28d1a
commit a4b2d032f9
3 changed files with 1991 additions and 2854 deletions

View File

@ -63,7 +63,7 @@ endif
prefix = @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 =
ERLBEHAVS = cyrsasl.erl gen_mod.erl p1_fsm.erl
SOURCES_ALL = $(wildcard *.erl)

4842
src/configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -96,6 +96,7 @@ AC_CONFIG_FILES([Makefile
$make_eldap
$make_pam
$make_web
stun/Makefile
$make_tls
$make_odbc
$make_ejabberd_zlib])