aboutsummaryrefslogtreecommitdiff
path: root/src/eldap
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2008-09-30 16:12:05 +0000
committerBadlop <badlop@process-one.net>2008-09-30 16:12:05 +0000
commit16a508cdb9906d0d9a649a819721b2efe87c7b83 (patch)
treea2692a3f0e17b9470b7e4cdf054d879c2285b495 /src/eldap
parentfix licence header (diff)
* src/*/Makefile.win32: Provide explicit beam filenames because
nmake does not accept wildcards (thanks to Attila Vangel)(EJAB-543) SVN Revision: 1588
Diffstat (limited to 'src/eldap')
-rw-r--r--src/eldap/Makefile.win323
1 files changed, 1 insertions, 2 deletions
diff --git a/src/eldap/Makefile.win32 b/src/eldap/Makefile.win32
index b5bdbcf14..9733055f9 100644
--- a/src/eldap/Makefile.win32
+++ b/src/eldap/Makefile.win32
@@ -4,8 +4,7 @@ include ..\Makefile.inc
EFLAGS = -I .. -pz ..
OUTDIR = ..
-SOURCES = $(wildcard *.erl)
-BEAMS = $(addprefix $(OUTDIR)/,$(SOURCES:.erl=.beam))
+BEAMS = ..\eldap.beam ..\eldap_filter.beam ..\eldap_pool.beam ..\eldap_utils.beam
ALL : $(BEAMS)