From c7d574282c02057a2a6c2a2e007d0270032f05aa Mon Sep 17 00:00:00 2001 From: Jesse van den Kieboom Date: Tue, 10 Jan 2006 00:42:31 +0000 Subject: [PATCH] Cleaned --- gnoemoe/mcp/Makefile.classes | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/gnoemoe/mcp/Makefile.classes b/gnoemoe/mcp/Makefile.classes index 8f6835f..16b69ad 100644 --- a/gnoemoe/mcp/Makefile.classes +++ b/gnoemoe/mcp/Makefile.classes @@ -1,11 +1,12 @@ + gnoemoe_SOURCES += \ -mcp/gm-mcp-negotiate.c gm-mcp-negotiate.h \ -mcp/gm-mcp-awns-status.c gm-mcp-awns-status.h \ -mcp/gm-mcp-vmoo-client.c gm-mcp-vmoo-client.h \ -mcp/gm-mcp-awns-ping.c gm-mcp-awns-ping.h \ -mcp/gm-mcp-icecrew-playerdb.c gm-mcp-icecrew-playerdb.h \ -mcp/gm-mcp-icecrew-userlist.c gm-mcp-icecrew-userlist.h \ -mcp/gm-mcp-icecrew-mcpreset.c gm-mcp-icecrew-mcpreset.h \ -mcp/gm-mcp-icecrew-serverinfo.c gm-mcp-icecrew-serverinfo.h \ -mcp/gm-mcp-vmoo-userlist.c gm-mcp-vmoo-userlist.h \ -mcp/gm-mcp-mud-moo-simpleedit.c gm-mcp-mud-moo-simpleedit.h \ No newline at end of file + $(mcpdir)/gm-mcp-negotiate.c $(mcpdir)/gm-mcp-negotiate.h \ + $(mcpdir)/gm-mcp-awns-status.c $(mcpdir)/gm-mcp-awns-status.h \ + $(mcpdir)/gm-mcp-vmoo-client.c $(mcpdir)/gm-mcp-vmoo-client.h \ + $(mcpdir)/gm-mcp-awns-ping.c $(mcpdir)/gm-mcp-awns-ping.h \ + $(mcpdir)/gm-mcp-icecrew-playerdb.c $(mcpdir)/gm-mcp-icecrew-playerdb.h \ + $(mcpdir)/gm-mcp-icecrew-userlist.c $(mcpdir)/gm-mcp-icecrew-userlist.h \ + $(mcpdir)/gm-mcp-icecrew-mcpreset.c $(mcpdir)/gm-mcp-icecrew-mcpreset.h \ + $(mcpdir)/gm-mcp-icecrew-serverinfo.c $(mcpdir)/gm-mcp-icecrew-serverinfo.h \ + $(mcpdir)/gm-mcp-vmoo-userlist.c $(mcpdir)/gm-mcp-vmoo-userlist.h \ + $(mcpdir)/gm-mcp-mud-moo-simpleedit.c $(mcpdir)/gm-mcp-mud-moo-simpleedit.h