diff mcabber/src/Makefile @ 47:7259a61e1a4b

[/trunk] Changeset 63 by mikael * Add commands.[ch] files, to deal with command lines. Move sendmessage() to commands.c * Update Makefile accordingly. * Create a scr_WriteMessage() function, layer between UI and the scr_WriteIncomingMessage() / scr_WriteOutgoingMessage(). (The last one is a new function)
author mikael
date Wed, 06 Apr 2005 10:07:59 +0000
parents a8ceaa3005fd
children
line wrap: on
line diff
--- a/mcabber/src/Makefile	Wed Apr 06 09:49:39 2005 +0000
+++ b/mcabber/src/Makefile	Wed Apr 06 10:07:59 2005 +0000
@@ -50,6 +50,7 @@
 
 SOURCES = \
     main.c \
+    commands.c \
     screen.c \
     utils.c \
     buddies.c \