]> granicus.if.org Git - ejabberd/commitdiff
mod_pubsub_odbc.erl is autogenerated by applying a patch to mod_pubsub.erl
authorBadlop <badlop@process-one.net>
Fri, 7 Aug 2009 13:17:34 +0000 (13:17 +0000)
committerBadlop <badlop@process-one.net>
Fri, 7 Aug 2009 13:17:34 +0000 (13:17 +0000)
SVN Revision: 2442

src/mod_pubsub/Makefile.in
src/mod_pubsub/Makefile.win32

index 549c907b7624855b55705e7c122269bfe5d3f8fd..88bf2ba0c94e203ddecd16f993bebe8cded49b1e 100644 (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:
index d3cdcc499b60f9e46cf451cdb620000d8ed20e7b..2cd788dda2c33adc1a35f6757c8b3e865e10f1c2 100644 (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