aboutsummaryrefslogtreecommitdiff
path: root/src/eldap
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2008-03-26 09:27:46 +0000
committerBadlop <badlop@process-one.net>2008-03-26 09:27:46 +0000
commitab1610021d9ad47733c89383eb28f4f814f527fc (patch)
tree35ee079813e106a7410629b1111eec2e4879e6cd /src/eldap
parent* src/ejabberd_local.erl: The iq_response table wasn't cloned (diff)
* src/Makefile.in: Support for parallel compilation with 'make -j'
in multi core CPUs: fix compilation dependencies; compile behaviors before other source code. (thanks to Jonathan Schleifer) * src/mod_pubsub/Makefile.in: Likewise * src/eldap/Makefile.in: Likewise SVN Revision: 1258
Diffstat (limited to 'src/eldap')
-rw-r--r--src/eldap/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/eldap/Makefile.in b/src/eldap/Makefile.in
index 4e1e87688..1c9b7ca22 100644
--- a/src/eldap/Makefile.in
+++ b/src/eldap/Makefile.in
@@ -22,6 +22,8 @@ BEAMS = $(addprefix $(OUTDIR)/,$(SOURCES:.erl=.beam))
all: $(BEAMS) ELDAPv3.beam
+ELDAPv3.beam: ELDAPv3.erl
+
ELDAPv3.erl: ELDAPv3.asn
@ERLC@ -bber_bin -W $(EFLAGS) $<