From cf2f9a123399d13050b6ee4d1afe54213dba6391 Mon Sep 17 00:00:00 2001 From: Jeff Teunissen Date: Wed, 2 Aug 2000 22:49:41 +0000 Subject: [PATCH] Add teamplay.[ch] to makefiles, also found some necessary files that would be missed by make dist. --- include/Makefile.am | 2 +- source/Makefile.am | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/include/Makefile.am b/include/Makefile.am index f1b0b70..42993cf 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -9,6 +9,6 @@ EXTRA_DIST = adivtab.h anorm_dots.h anorms.h asm_draw.h asm_i386.h block16.h \ qdefs.h qendian.h qstructs.h qtypes.h quakeasm.h quakedef.h \ quakefs.h quakeio.h r_local.h r_shared.h render.h resource.h \ sbar.h screen.h server.h sizebuf.h sound.h spritegn.h sys.h \ - uint32.h vid.h view.h wad.h winquake.h world.h zone.h \ + teamplay.h uint32.h vid.h view.h wad.h winquake.h world.h zone.h \ win32/fnmatch.h win32/bc/config.h win32/vc/config.h win32/vc/dirent.h \ win32/version.h context_x11.h dga_check.h diff --git a/source/Makefile.am b/source/Makefile.am index e1f6057..15ef678 100644 --- a/source/Makefile.am +++ b/source/Makefile.am @@ -129,9 +129,9 @@ client_ASM= snd_mixa.S cl_math.S sys_x86.S endif client_SOURCES= cl_cmd.c cl_cvar.c cl_demo.c cl_ents.c cl_input.c cl_main.c \ - cl_misc.c cl_parse.c cl_pred.c cl_tent.c cl_cam.c \ + cl_misc.c cl_parse.c cl_pred.c cl_tent.c cl_cam.c teamplay.c \ r_view.c wad.c \ - skin.c sbar.c nonintel.c menu.c keys.c console.c \ + console.c keys.c menu.c nonintel.c skin.c sbar.c \ cl_slist.c $(client_ASM) # @@ -247,5 +247,7 @@ qf_client_wgl_DEPENDENCIES=libqfsys_cl.a libqfsnd.a libqfcd.a # Stuff that doesn't get linked into an executable NEEDS to be mentioned here, # or it won't be distributed with 'make dist' # -EXTRA_DIST = makefile.winc makefile.wingl makefile.wins \ - qw_client.dsp qw_server.dsp +EXTRA_DIST= makefile.win \ + qf-server.mak qw_server.dsp \ + qf-client-sdl.mak qf-client-win.mak qw_client.dsp \ + qf-client-sgl.mak qf-client-wgl.mak qf-client-win.mak