comparison 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
comparison
equal deleted inserted replaced
46:f22e1d120606 47:7259a61e1a4b
48 48
49 CP = cp -f 49 CP = cp -f
50 50
51 SOURCES = \ 51 SOURCES = \
52 main.c \ 52 main.c \
53 commands.c \
53 screen.c \ 54 screen.c \
54 utils.c \ 55 utils.c \
55 buddies.c \ 56 buddies.c \
56 parsecfg.c \ 57 parsecfg.c \
57 jabglue.c \ 58 jabglue.c \