diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2008-02-16 22:07:14 +0000 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2008-02-16 22:07:14 +0000 |
commit | add23a26034a7368f4fdc0707488719048322e89 (patch) | |
tree | 2b29dedb740c428ba2d51d8136402727a4cd3cb7 | |
parent | 2d88d25aeb62d90e4288f8b83979baaff96cb7f2 (diff) |
Moved xmltree to lib/ because I want to use it from more than just the
Jabber module.
-rw-r--r-- | lib/Makefile | 2 | ||||
-rw-r--r-- | lib/xmltree.c (renamed from protocols/jabber/xmltree.c) | 0 | ||||
-rw-r--r-- | lib/xmltree.h (renamed from protocols/jabber/xmltree.h) | 0 | ||||
-rw-r--r-- | protocols/jabber/Makefile | 2 |
4 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile b/lib/Makefile index 975deceb..03fef1ab 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -9,7 +9,7 @@ -include ../Makefile.settings # [SH] Program variables -objects = arc.o base64.o $(EVENT_HANDLER) http_client.o ini.o md5.o misc.o proxy.o sha1.o $(SSL_CLIENT) url.o +objects = arc.o base64.o $(EVENT_HANDLER) http_client.o ini.o md5.o misc.o proxy.o sha1.o $(SSL_CLIENT) url.o xmltree.o CFLAGS += -Wall LFLAGS += -r diff --git a/protocols/jabber/xmltree.c b/lib/xmltree.c index 62549eb5..62549eb5 100644 --- a/protocols/jabber/xmltree.c +++ b/lib/xmltree.c diff --git a/protocols/jabber/xmltree.h b/lib/xmltree.h index b8b61641..b8b61641 100644 --- a/protocols/jabber/xmltree.h +++ b/lib/xmltree.h diff --git a/protocols/jabber/Makefile b/protocols/jabber/Makefile index 3ce78127..e7a505ba 100644 --- a/protocols/jabber/Makefile +++ b/protocols/jabber/Makefile @@ -9,7 +9,7 @@ -include ../../Makefile.settings # [SH] Program variables -objects = conference.o io.o iq.o jabber.o jabber_util.o message.o presence.o sasl.o xmltree.o +objects = conference.o io.o iq.o jabber.o jabber_util.o message.o presence.o sasl.o CFLAGS += -Wall LFLAGS += -r |