diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-03-15 14:01:04 +0100 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-03-15 14:01:04 +0100 |
commit | a23dddc56fe753ae5c81a08da66df39aa955d381 (patch) | |
tree | 9ba995df5f5673a77a0258c41a39e53a2ffac79b /Applications/IRCClient/Makefile | |
parent | eba5fd3f467846c989dda8e476bb54088c643c28 (diff) | |
download | serenity-a23dddc56fe753ae5c81a08da66df39aa955d381.zip |
IRCClient: Use a model for the window list.
Diffstat (limited to 'Applications/IRCClient/Makefile')
-rw-r--r-- | Applications/IRCClient/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Applications/IRCClient/Makefile b/Applications/IRCClient/Makefile index 29e0ba1573..deb9ba1130 100644 --- a/Applications/IRCClient/Makefile +++ b/Applications/IRCClient/Makefile @@ -6,6 +6,7 @@ OBJS = \ IRCLogBufferModel.o \ IRCAppWindow.o \ IRCClientWindow.o \ + IRCClientWindowListModel.o \ main.o APP = IRCClient |