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
2007-12-07 Badlop <badlop@process-one.net>
+ * 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)
+
* src/eldap/eldap.erl: Fix compilation warnings: Part 4 (EJAB-290)
* src/web/ejabberd_web_admin.erl: Likewise
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 =