mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
* src/Makefile.in: Install example script captcha.sh (EJAB-895)
SVN Revision: 2029
This commit is contained in:
parent
34df1f502c
commit
a26a7463a0
@ -1,5 +1,7 @@
|
||||
2009-04-22 Badlop <badlop@process-one.net>
|
||||
|
||||
* src/Makefile.in: Install example script captcha.sh (EJAB-895)
|
||||
|
||||
* src/ejabberd.cfg.example: Add CAPTCHA options (EJAB-895)
|
||||
|
||||
* doc/guide.tex: Add section to document how to setup CAPTCHA
|
||||
|
@ -208,6 +208,7 @@ install: all
|
||||
#
|
||||
# Binary C programs
|
||||
install -d $(PBINDIR)
|
||||
install -m 750 $(O_USER) ../tools/captcha.sh $(PBINDIR)
|
||||
$(INSTALL_EPAM)
|
||||
#
|
||||
# Binary system libraries
|
||||
|
Loading…
Reference in New Issue
Block a user