diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-03-31 22:32:25 -0400 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-03-31 22:32:25 -0400 |
commit | 81e04e162bdc4517b2f357fd16dfd76f68245464 (patch) | |
tree | 9c916915ff7b5e46b6316f032871815a5e79de02 /protocols/Makefile | |
parent | 10a96f44efbeb6af09e2728926ce15b6bda12131 (diff) |
nogaim.c is close to doing something useful again without speaking any IRC
itself.
Diffstat (limited to 'protocols/Makefile')
-rw-r--r-- | protocols/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/protocols/Makefile b/protocols/Makefile index 1f89ee5a..4d461088 100644 --- a/protocols/Makefile +++ b/protocols/Makefile @@ -9,8 +9,7 @@ -include ../Makefile.settings # [SH] Program variables -#objects = account.o nogaim.o user.o -objects = bee.o bee_user.o nogaim.o +objects = account.o bee.o bee_user.o nogaim.o # [SH] The next two lines should contain the directory name (in $(subdirs)) |