diff options
author | Marius Halden <marius.h@lden.org> | 2016-11-19 10:32:18 +0100 |
---|---|---|
committer | Marius Halden <marius.h@lden.org> | 2016-11-19 10:32:18 +0100 |
commit | 08e1027c558a25b0b4f9410048c185e89c7b347a (patch) | |
tree | c9c80be4e9984bfc52835b0eac0895f6dfc81b14 /protocols/Makefile | |
parent | ad5637a3fe2f8e25a88d910041791336e0c62271 (diff) | |
parent | 11d4123fe9a4d88d475bee6c623fb80af8fdbb0b (diff) |
Merge branch 'master' into patched-master
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 b4565ab6..ae969bde 100644 --- a/protocols/Makefile +++ b/protocols/Makefile @@ -12,7 +12,7 @@ _SRCDIR_ := $(_SRCDIR_)protocols/ endif # [SH] Program variables -objects = account.o bee.o bee_chat.o bee_ft.o bee_user.o nogaim.o +objects = account.o bee.o bee_chat.o bee_ft.o bee_user.o nogaim.o unknown.o # [SH] The next two lines should contain the directory name (in $(subdirs)) |