diff options
author | Badlop <badlop@process-one.net> | 2009-08-07 13:17:34 +0000 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2009-08-07 13:17:34 +0000 |
commit | c1d2a9305adb006d826a26362e7394ffa56e922c (patch) | |
tree | 6c2b5b140deb0739628d07df5a55afc0af836d7a /src/mod_pubsub | |
parent | To use import/export XEP-0227 feature, exmpp 0.9.1 or higher is required. (diff) |
mod_pubsub_odbc.erl is autogenerated by applying a patch to mod_pubsub.erl
SVN Revision: 2442
Diffstat (limited to 'src/mod_pubsub')
-rw-r--r-- | src/mod_pubsub/Makefile.in | 4 | ||||
-rw-r--r-- | src/mod_pubsub/Makefile.win32 | 5 |
2 files changed, 6 insertions, 3 deletions
diff --git a/src/mod_pubsub/Makefile.in b/src/mod_pubsub/Makefile.in index 549c907b7..88bf2ba0c 100644 --- a/src/mod_pubsub/Makefile.in +++ b/src/mod_pubsub/Makefile.in @@ -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: diff --git a/src/mod_pubsub/Makefile.win32 b/src/mod_pubsub/Makefile.win32 index d3cdcc499..2cd788dda 100644 --- a/src/mod_pubsub/Makefile.win32 +++ b/src/mod_pubsub/Makefile.win32 @@ -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 |