diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2006-05-19 09:48:30 +0200 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2006-05-19 09:48:30 +0200 |
commit | ac83732afa83f21915e536c5c6f29f033f8623a3 (patch) | |
tree | 8aa4206d613c1ca9ea483f3b380a8af6867b6441 /protocols | |
parent | af9980f76b1f79aab90addc0228417093993e96b (diff) | |
parent | c2ee85ca305873302588224e14d200ca3dcd3057 (diff) |
Merging --events=
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/protocols/Makefile b/protocols/Makefile index 4f61d6e4..b74212f4 100644 --- a/protocols/Makefile +++ b/protocols/Makefile @@ -9,8 +9,7 @@ -include ../Makefile.settings # [SH] Program variables -objects = events_libevent.o 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) +objects = $(EVENT_HANDLER) 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 |