24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-10 21:47:01 +02:00

* src/eldap/Makefile.in: Generate ELDAPv3.beam during first Makefile pass (EJAB-583).

SVN Revision: 1249
This commit is contained in:
Mickaël Rémond 2008-03-22 16:42:28 +00:00
parent 30739179ee
commit f7a9e5bac0
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2008-03-22 Mickael Remond <mremond@process-one.net>
* src/eldap/Makefile.in: Generate ELDAPv3.beam during first Makefile
pass (EJAB-583).
2008-03-22 Badlop <badlop@process-one.net>
* doc/guide.tex: Document service_check_from (EJAB-576)

View File

@ -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) $<