]> granicus.if.org Git - ejabberd/commitdiff
* src/eldap/Makefile.win32: fix build error on Windows.
authorMickaël Rémond <mickael.remond@process-one.net>
Thu, 25 Jan 2007 15:54:10 +0000 (15:54 +0000)
committerMickaël Rémond <mickael.remond@process-one.net>
Thu, 25 Jan 2007 15:54:10 +0000 (15:54 +0000)
SVN Revision: 714

ChangeLog
src/eldap/Makefile.win32

index 19ae313800682126ce6ccc53610b9d9cfde5d0f3..94fc352a4aa78b8df3ac9186a069939fd0fd9363 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 5d737d05a0d5fe5290b677b42cc727ef0589c4cf..04b0e24e8f304377b760a5942693e092d58d066c 100644 (file)
@@ -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