aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMickaël Rémond <mickael.remond@process-one.net>2007-01-25 15:54:10 +0000
committerMickaël Rémond <mickael.remond@process-one.net>2007-01-25 15:54:10 +0000
commit9fed4c5ebad1a9dace931e52af1fc717ed0a87b6 (patch)
tree5135e628ca2fced5be7ca80a8590b823c9d1b7c0
parent* src/web/*: Plugin architecture for HTTP modules (thanks to (diff)
* src/eldap/Makefile.win32: fix build error on Windows.
SVN Revision: 714
-rw-r--r--ChangeLog4
-rw-r--r--src/eldap/Makefile.win323
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 19ae31380..94fc352a4 100644
--- 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
diff --git a/src/eldap/Makefile.win32 b/src/eldap/Makefile.win32
index 5d737d05a..04b0e24e8 100644
--- a/src/eldap/Makefile.win32
+++ b/src/eldap/Makefile.win32
@@ -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