diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-03-29 08:25:01 -0400 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-03-29 08:25:01 -0400 |
commit | 10a96f44efbeb6af09e2728926ce15b6bda12131 (patch) | |
tree | 256bfa92a79775d4180a2c227a30512a56b39f26 /protocols/Makefile | |
parent | 38ee0216a7058b0f227d1c32b288e041a397528a (diff) |
Start restoring IM-related bits, added bee_user.c with basic functions
and UI callbacks.
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 f1133cc9..1f89ee5a 100644 --- a/protocols/Makefile +++ b/protocols/Makefile @@ -10,7 +10,7 @@ # [SH] Program variables #objects = account.o nogaim.o user.o -objects = bee.o +objects = bee.o bee_user.o nogaim.o # [SH] The next two lines should contain the directory name (in $(subdirs)) |