aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Makefile
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2008-02-16 22:07:14 +0000
committerWilmer van der Gaast <wilmer@gaast.net>2008-02-16 22:07:14 +0000
commitadd23a26034a7368f4fdc0707488719048322e89 (patch)
tree2b29dedb740c428ba2d51d8136402727a4cd3cb7 /lib/Makefile
parent2d88d25aeb62d90e4288f8b83979baaff96cb7f2 (diff)
Moved xmltree to lib/ because I want to use it from more than just the
Jabber module.
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile2
1 files changed, 1 insertions, 1 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