From e15ddb2d293570992ca8b486f4b6233a648105a1 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sun, 8 Jan 2006 00:10:48 +0000 Subject: Move common connection code into net_common.c, shared by server and client code. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 263 --- src/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 22425ff7..c34bba53 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -57,7 +57,8 @@ m_misc.c m_misc.h \ mmus2mid.c mmus2mid.h \ m_random.c m_random.h \ m_swap.c m_swap.h \ -net_client.c \ +net_client.c net_client.h \ +net_common.c net_common.h \ net_defs.h \ net_gui.c net_gui.h \ net_io.c net_io.h \ -- cgit v1.2.3