mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-26 16:26:24 +01:00
mod_pubsub_odbc.erl is autogenerated by applying a patch to mod_pubsub.erl
SVN Revision: 2442
This commit is contained in:
parent
6b6cb345ba
commit
c1d2a9305a
@ -25,7 +25,7 @@ ERLBEHAVBEAMS = $(addprefix $(OUTDIR)/,$(ERLBEHAVS:.erl=.beam))
|
||||
BEAMS = $(addprefix $(OUTDIR)/,$(SOURCES:.erl=.beam))
|
||||
|
||||
|
||||
all: odbc $(ERLBEHAVBEAMS) $(BEAMS)
|
||||
all: mod_pubsub_odbc.erl $(ERLBEHAVBEAMS) $(BEAMS)
|
||||
|
||||
$(BEAMS): $(ERLBEHAVBEAMS)
|
||||
|
||||
@ -38,7 +38,7 @@ clean:
|
||||
distclean: clean
|
||||
rm -f Makefile
|
||||
|
||||
odbc:
|
||||
mod_pubsub_odbc.erl:
|
||||
patch -o mod_pubsub_odbc.erl mod_pubsub.erl pubsub_odbc.patch
|
||||
|
||||
TAGS:
|
||||
|
@ -4,7 +4,7 @@ include ..\Makefile.inc
|
||||
EFLAGS = -I .. -pz ..
|
||||
|
||||
OUTDIR = ..
|
||||
BEAMS = ..\gen_pubsub_node.beam ..\gen_pubsub_nodetree.beam ..\mod_pubsub.beam ..\nodetree_tree.beam ..\nodetree_virtual.beam ..\node_buddy.beam ..\node_club.beam ..\node_hometree.beam ..\node_dispatch.beam ..\node_pep.beam ..\node_private.beam ..\node_public.beam
|
||||
BEAMS = ..\gen_pubsub_node.beam ..\gen_pubsub_nodetree.beam ..\mod_pubsub.beam ..\mod_pubsub_odbc.beam ..\nodetree_tree.beam ..\nodetree_virtual.beam ..\node_buddy.beam ..\node_club.beam ..\node_hometree.beam ..\node_dispatch.beam ..\node_pep.beam ..\node_private.beam ..\node_public.beam
|
||||
|
||||
ALL : $(BEAMS)
|
||||
|
||||
@ -20,6 +20,9 @@ $(OUTDIR)\gen_pubsub_nodetree.beam : gen_pubsub_nodetree.erl
|
||||
$(OUTDIR)\mod_pubsub.beam : mod_pubsub.erl
|
||||
erlc -W $(EFLAGS) -o $(OUTDIR) mod_pubsub.erl
|
||||
|
||||
$(OUTDIR)\mod_pubsub_odbc.beam : mod_pubsub_odbc.erl
|
||||
erlc -W $(EFLAGS) -o $(OUTDIR) mod_pubsub_odbc.erl
|
||||
|
||||
$(OUTDIR)\nodetree_tree.beam : nodetree_tree.erl
|
||||
erlc -W $(EFLAGS) -o $(OUTDIR) nodetree_tree.erl
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user