diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2006-05-14 12:32:21 +0200 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2006-05-14 12:32:21 +0200 |
commit | 85cf37ff0121898d01e9830e237f41f3ddd7dfaa (patch) | |
tree | 583287dd15a3be7dcf331b26b60c5456aa8e1da8 /protocols | |
parent | 5330e3d7fdb323ee4176b36639b59f6f90c22617 (diff) |
Added --events= flag to configure.
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 |