aboutsummaryrefslogtreecommitdiff
path: root/src/stringprep
diff options
context:
space:
mode:
authorAlexey Shchepin <alexey@process-one.net>2004-05-17 20:36:41 +0000
committerAlexey Shchepin <alexey@process-one.net>2004-05-17 20:36:41 +0000
commit78a673f526055c3146a01df4725aab7baa5fbb83 (patch)
treedaf5813b7f348ed8f6508b1ed6a5eba2d6b63636 /src/stringprep
parent* src/web/ejabberd_web_admin.erl: Updated (diff)
* src/mod_muc/mod_muc.erl: Added access rules for using serveice
and creating rooms (thanks to Sergei Golovan) * src/win32/ejabberd.nsi: Updated (thanks to Sergei Golovan) * src/win32/CheckUserH.ini: Likewise * src/translate.erl: Search translations in priv_dir instead of lib_dir (thanks to Sergei Golovan) * src/msgs/ru.msg: Updated (thanks to Sergei Golovan) * src/ejabberd.cfg.example: Updated (thanks to Sergei Golovan) * src/**/Makefile.in: Updated (thanks to Sergei Golovan) * src/**/Makefile.win32: Likewise 2004-05-16 Alexey Shchepin <alexey@sevcom.net> * src/web/ejabberd_web_admin.erl: Updated SVN Revision: 235
Diffstat (limited to 'src/stringprep')
-rw-r--r--src/stringprep/Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/stringprep/Makefile.in b/src/stringprep/Makefile.in
index a33d1f50d..1e8154def 100644
--- a/src/stringprep/Makefile.in
+++ b/src/stringprep/Makefile.in
@@ -43,6 +43,9 @@ $(ERLSHLIBS): ../%.so: %.c uni_data.c uni_norm.c
clean:
rm -f $(OBJS) $(ERLSHLIBS)
+distclean: clean
+ rm -f Makefile
+
TAGS:
etags *.erl