aboutsummaryrefslogtreecommitdiff
path: root/src/mod_pubsub
diff options
context:
space:
mode:
authorAlexey Shchepin <alexey@process-one.net>2004-11-05 21:14:31 +0000
committerAlexey Shchepin <alexey@process-one.net>2004-11-05 21:14:31 +0000
commit2f7f3d9b001ee6276172d88525ec805e6bb6f52b (patch)
tree374bf023281e07a5acec65bbdb239acd3eb6ace0 /src/mod_pubsub
parent* examples/transport-configs/: Transport config examples (thanks (diff)
* src/aclocal.m4: Fixed headers detecting in AM_WITH_OPENSSL
(thanks to Leif Johansson) * src/ejabberd_auth.erl: Added support for ldap_rootdn and ldap_password options (thanks to Stefan de Konink) * src/mod_vcard_ldap.erl: Likewise * src/ejabberd_router.erl: Now possible to route packet via function call instead of message sending * src/ejabberd_sm.erl: Added function route/3, use it in route table * src/ejabberd_local.erl: Likewise * src/ejabberd_s2s.erl: Likewise * (all): Fixed spelling of word "authentication" * src/*/Makefile.in: Replaced erlc with @ERLC@ SVN Revision: 285
Diffstat (limited to 'src/mod_pubsub')
-rw-r--r--src/mod_pubsub/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mod_pubsub/Makefile.in b/src/mod_pubsub/Makefile.in
index 096d8bbb1..e007294e0 100644
--- a/src/mod_pubsub/Makefile.in
+++ b/src/mod_pubsub/Makefile.in
@@ -16,7 +16,7 @@ OBJS = \
all: $(OBJS)
$(OUTDIR)/%.beam: %.erl
- erlc -W $(EFLAGS) -o $(OUTDIR) $<
+ @ERLC@ -W $(EFLAGS) -o $(OUTDIR) $<
clean:
rm -f $(OBJS)