diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2006-05-09 09:20:05 +0200 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2006-05-09 09:20:05 +0200 |
commit | ecf8fa820aa8fa3592bdf96ed3bdeec4ec94f036 (patch) | |
tree | e75d789c49e90ae25e8497d89c23fc353ebea06b /protocols/Makefile | |
parent | a0d04d6253cf70877a11156059209e1f9a2efe31 (diff) |
Split off event handling related functions (depending on GLib) to events_glib.c.
Diffstat (limited to 'protocols/Makefile')
-rw-r--r-- | protocols/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Makefile b/protocols/Makefile index 4016e7fd..886f010b 100644 --- a/protocols/Makefile +++ b/protocols/Makefile @@ -9,7 +9,7 @@ -include ../Makefile.settings # [SH] Program variables -objects = http_client.o md5.o nogaim.o proxy.o sha.o $(SSL_CLIENT) +objects = events_glib.o http_client.o md5.o nogaim.o proxy.o sha.o $(SSL_CLIENT) # [SH] The next two lines should contain the directory name (in $(subdirs)) # and the name of the object file, which should be linked into |