diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2006-05-13 12:29:53 +0200 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2006-05-13 12:29:53 +0200 |
commit | fc2ee0f84c1746cb17c448ee75c4206dca548325 (patch) | |
tree | c9067ffbdbf83505e0cb78863ea16a732a271887 /protocols/Makefile | |
parent | b642f38161474516c8e9fda1a9942d45a4ea9f22 (diff) |
It works, it works! \o/
Diffstat (limited to 'protocols/Makefile')
-rw-r--r-- | protocols/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Makefile b/protocols/Makefile index aad1ecfe..4f61d6e4 100644 --- a/protocols/Makefile +++ b/protocols/Makefile @@ -10,6 +10,7 @@ # [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) # [SH] The next two lines should contain the directory name (in $(subdirs)) # and the name of the object file, which should be linked into |