mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
* src/eldap/Makefile.win32: fix build error on Windows.
SVN Revision: 714
This commit is contained in:
parent
00807235c4
commit
9fed4c5eba
@ -1,3 +1,7 @@
|
||||
2007-01-25 Mickael Remond <mickael.remond@process-one.net>
|
||||
|
||||
* src/eldap/Makefile.win32: fix build error on Windows.
|
||||
|
||||
2007-01-25 Alexey Shchepin <alexey@sevcom.net>
|
||||
|
||||
* src/web/*: Plugin architecture for HTTP modules (thanks to
|
||||
|
@ -26,3 +26,6 @@ $(OUTDIR)\eldap.beam : eldap.erl ELDAPv3.erl
|
||||
|
||||
$(OUTDIR)\ELDAPv3.beam : ELDAPv3.erl
|
||||
erlc -W $(EFLAGS) -o $(OUTDIR) ELDAPv3.erl
|
||||
|
||||
$(OUTDIR)\eldap_filter.beam : eldap_filter.erl
|
||||
erlc -W $(EFLAGS) -o $(OUTDIR) eldap_filter.erl
|
||||
|
Loading…
Reference in New Issue
Block a user