diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/eldap/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/eldap/Makefile.in b/src/eldap/Makefile.in index 0b8273628..4e1e87688 100644 --- a/src/eldap/Makefile.in +++ b/src/eldap/Makefile.in @@ -16,11 +16,11 @@ ifdef debug endif OUTDIR = .. -SOURCES = $(wildcard *.erl) +SOURCES = $(wildcard *.erl) ELDAPv3.erl BEAMS = $(addprefix $(OUTDIR)/,$(SOURCES:.erl=.beam)) -all: $(BEAMS) +all: $(BEAMS) ELDAPv3.beam ELDAPv3.erl: ELDAPv3.asn @ERLC@ -bber_bin -W $(EFLAGS) $< |