diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-03-26 08:14:37 -0400 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-03-26 08:14:37 -0400 |
commit | 3ddb7477f51d3cf1632e2a8b6f7da4c0609a52cb (patch) | |
tree | 4ed5b267d5968fa462c2d84de73f789216b3284e /protocols/Makefile | |
parent | ba7d16f3c90de2744243efe6373ccebe51cfcb5a (diff) |
One total mess that doesn't do much yet, but reorganised some stuff and
untying the IRC and the core parts a little bit. Lots of work left to do.
Diffstat (limited to 'protocols/Makefile')
-rw-r--r-- | protocols/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/protocols/Makefile b/protocols/Makefile index 18d79e8d..f1133cc9 100644 --- a/protocols/Makefile +++ b/protocols/Makefile @@ -9,7 +9,9 @@ -include ../Makefile.settings # [SH] Program variables -objects = nogaim.o +#objects = account.o nogaim.o user.o +objects = bee.o + # [SH] The next two lines should contain the directory name (in $(subdirs)) # and the name of the object file, which should be linked into |