mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
* src/eldap/Makefile.in: Generate ELDAPv3.beam during first Makefile pass (EJAB-583).
SVN Revision: 1249
This commit is contained in:
parent
30739179ee
commit
f7a9e5bac0
@ -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)
|
||||
|
@ -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) $<
|
||||
|
Loading…
Reference in New Issue
Block a user