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 /lib/Makefile | |
parent | 2d88d25aeb62d90e4288f8b83979baaff96cb7f2 (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/Makefile | 2 |
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 |