From 2f9292f3e4a37f576d892fdaf217a0b480fc41bd Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Tue, 7 Nov 2000 20:15:57 +0000 Subject: [PATCH] do some fixups for make dist before going beta5 :) --- include/Makefile.am | 25 ++++++++++++++----------- source/Makefile.am | 4 ++-- 2 files changed, 16 insertions(+), 13 deletions(-) diff --git a/include/Makefile.am b/include/Makefile.am index b0f0e6d..3ddea73 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -1,17 +1,20 @@ ## Process this file with automake to produce Makefile.in EXTRA_DIST = adivtab.h anorm_dots.h anorms.h asm_draw.h asm_i386.h block16.h \ block8.h bothdefs.h bspfile.h buildnum.h cdaudio.h checksum.h \ - cl_slist.h client.h cmd.h commdef.h compat.h config.h.in console.h \ - context_x11.h crc.h cvar.h d_iface.h d_ifacea.h d_local.h dga_check.h \ - draw.h gcc_attr.h gl_warp_sin.h glquake.h in_win.h info.h input.h \ - joystick.h keys.h link.h locs.h mathlib.h mdfour.h menu.h model.h \ - modelgen.h msg.h net.h pcx.h pmove.h pr_comp.h progdefs.h progs.h \ - protocol.h qargs.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 tga.h teamplay.h uint32.h va.h vid.h view.h wad.h winquake.h \ + cl_cam.h cl_demo.h cl_ents.h cl_input.h cl_main.h cl_parse.h \ + cl_pred.h cl_slist.h cl_tent.h client.h cmd.h commdef.h compat.h \ + config.h.in console.h context_x11.h crc.h cvar.h d_iface.h \ + d_ifacea.h d_local.h dga_check.h draw.h fractalnoise.h gcc_attr.h \ + gl_warp_sin.h glquake.h in_win.h info.h input.h joystick.h keys.h \ + link.h locs.h mathlib.h mdfour.h menu.h model.h modelgen.h msg.h \ + net.h pcx.h pmove.h pr_comp.h progdefs.h progs.h protocol.h qargs.h \ + qdefs.h qendian.h qstructs.h qtypes.h quakeasm.h quakedef.h \ + quakefs.h quakeio.h r_dynamic.h r_local.h r_shared.h render.h \ + sbar.h screen.h server.h sizebuf.h skin.h sound.h spritegn.h sys.h \ + tga.h teamplay.h uint32.h va.h vid.h view.h wad.h winquake.h \ world.h zone.h \ + \ win32/fnmatch.h win32/version.h win32/version.h.in \ win32/resources/icon1.ico win32/resources/resource.h \ - win32/resources/quakeforge.rc win32/bc/config.h win32/vc/config.h \ - win32/vc/dirent.h + win32/resources/quakeforge.rc win32/bc/borland.c win32/bc/config.h \ + win32/vc/config.h win32/vc/dirent.h diff --git a/source/Makefile.am b/source/Makefile.am index 8273cfb..e69d2e5 100644 --- a/source/Makefile.am +++ b/source/Makefile.am @@ -86,7 +86,7 @@ libqfsys_cl_a_SOURCES= cl_sys_win.c fnmatch.c dirent.c sys_win.c else libqfsys_cl_a_SOURCES= cl_sys_unix.c sys_unix.c endif -EXTRA_libqfsys_cl_a_SOURCES= cl_sys_unix.c cl_sys_win.c sys_win.c sys_unix.c fnmatch.c dirent.c +EXTRA_libqfsys_cl_a_SOURCES= cl_sys_sdl.c cl_sys_unix.c cl_sys_win.c sys_win.c sys_unix.c fnmatch.c dirent.c # # ... Digital audio @@ -127,7 +127,7 @@ endif if CDTYPE_NULL libqfcd_a_SOURCES = cd_null.c endif -EXTRA_libqfcd_a_SOURCES = cd_audio.c cd_win.c cd_linux.c cd_null.c +EXTRA_libqfcd_a_SOURCES = cd_audio.c cd_linux.c cd_null.c cd_sdl.c cd_win.c # # ... Joystick