Split user list from Channel into ChannelUserList
[clinton/bobotpp.git] / source / Makefile.am
index 420a225..7defa25 100644 (file)
@@ -1,12 +1,14 @@
 bin_PROGRAMS = bobotpp
 
 bobotpp_SOURCES = BanEntry.C \
+       BanList.C \
        Bot.C \
        BotConfig.C \
        BotInterp.C \
        BotThreading.C \
        Channel.C \
        ChannelList.C \
+       ChannelUserList.C \
        Commands.C \
        Connection.C \
        DCCChatConnection.C \
@@ -32,18 +34,19 @@ bobotpp_SOURCES = BanEntry.C \
        Socket.C \
        String.C \
        StringTokenizer.C \
-       TodoList.C \
        User.C \
        UserCommands.C \
        UserList.C \
        Utils.C \
        BanEntry.H \
+       BanList.H \
        Bot.H \
        BotConfig.H \
        BotInterp.H \
        BotThreading.H \
        Channel.H \
        ChannelList.H \
+       ChannelUserList.H \
        Commands.H \
        Connection.H \
        DCCChatConnection.H \
@@ -66,7 +69,6 @@ bobotpp_SOURCES = BanEntry.C \
        Socket.H \
        String.H \
        StringTokenizer.H \
-       TodoList.H \
        User.H \
        UserCommands.H \
        UserList.H \