aboutsummaryrefslogtreecommitdiff
path: root/src/stringprep/Makefile.in
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/stringprep/Makefile.in
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/stringprep/Makefile.in')
-rw-r--r--src/stringprep/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stringprep/Makefile.in b/src/stringprep/Makefile.in
index cd1ddbbaf..7717878a1 100644
--- a/src/stringprep/Makefile.in
+++ b/src/stringprep/Makefile.in
@@ -18,7 +18,7 @@ OBJS = \
all: $(OBJS) $(ERLSHLIBS)
$(OUTDIR)/%.beam: %.erl
- erlc -W $(EFLAGS) -o $(OUTDIR) $<
+ @ERLC@ -W $(EFLAGS) -o $(OUTDIR) $<
#all: $(ERLSHLIBS)
# erl -s make all report "{outdir, \"..\"}" -noinput -s erlang halt