diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2006-05-12 20:03:02 +0200 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2006-05-12 20:03:02 +0200 |
commit | 13cc96cd2c57a96c16db9f333d594242f6aa36e3 (patch) | |
tree | 10e492cf8ac62d08eac8c70e46e65bcf9182c237 /protocols/Makefile | |
parent | ba9edaa568088900145bbd1004c864b7d408c38d (diff) |
events_libevent.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 886f010b..aad1ecfe 100644 --- a/protocols/Makefile +++ b/protocols/Makefile @@ -9,7 +9,7 @@ -include ../Makefile.settings # [SH] Program variables -objects = events_glib.o http_client.o md5.o nogaim.o proxy.o sha.o $(SSL_CLIENT) +objects = events_libevent.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 |