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

Add stun directory to compilation process

SVN Revision: 2461
This commit is contained in:
Badlop 2009-08-11 18:22:43 +00:00
parent 208ec6c076
commit 60932b67b1
3 changed files with 2053 additions and 3184 deletions

View File

@ -63,7 +63,7 @@ endif
prefix = @prefix@
exec_prefix = @exec_prefix@
SUBDIRS = @mod_irc@ @mod_pubsub@ @mod_muc@ @mod_proxy65@ @eldap@ @pam@ @web@ stringprep @tls@ @odbc@ @ejabberd_zlib@
SUBDIRS = @mod_irc@ @mod_pubsub@ @mod_muc@ @mod_proxy65@ @eldap@ @pam@ @web@ stringprep stun @tls@ @odbc@ @ejabberd_zlib@
ERLSHLIBS = expat_erl.so
ERLBEHAVS = cyrsasl.erl gen_mod.erl p1_fsm.erl
SOURCES_ALL = $(wildcard *.erl)

5234
src/configure vendored

File diff suppressed because it is too large Load Diff

View File

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