aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2007-12-07 08:44:22 +0000
committerBadlop <badlop@process-one.net>2007-12-07 08:44:22 +0000
commit791640fc98ecaac6d261899a57d7d3bd8e917a7f (patch)
tree84c1ab1072cb6c01269a9451877a092c1221778b /src
parent* src/eldap/eldap.erl: Fix compilation warnings: Part 4 (EJAB-290) (diff)
* src/Makefile.in: Fix compilation warnings: Part 5: To fix a
warning about behaviour undefined, the erlang module that implements the behaviour must be compiled before the module that uses such behaviour (EJAB-290) SVN Revision: 1049
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 9ab219c0d..36d28e9df 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -42,7 +42,8 @@ prefix = @prefix@
SUBDIRS = @mod_irc@ @mod_pubsub@ @mod_muc@ @mod_proxy65@ @eldap@ @pam@ @web@ stringprep @tls@ @odbc@ @ejabberd_zlib@
ERLSHLIBS = expat_erl.so
-SOURCES = $(wildcard *.erl)
+ERLBEHAVS = cyrsasl.erl gen_mod.erl p1_fsm.erl
+SOURCES = $(ERLBEHAVS) $(wildcard *.erl)
BEAMS = $(SOURCES:.erl=.beam)
DESTDIR =