25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-24 16:23:40 +01:00

mod_pubsub_odbc.erl is autogenerated by applying a patch to mod_pubsub.erl

SVN Revision: 2442
This commit is contained in:
Badlop 2009-08-07 13:17:34 +00:00
parent 6b6cb345ba
commit c1d2a9305a
2 changed files with 6 additions and 3 deletions

View File

@ -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:

View File

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