From 942732d3b9b123fed5b7aa7860c98742ad55a9ce Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Sun, 18 Feb 2001 05:01:24 +0000 Subject: [PATCH] the mingw files were feeling neglected --- include/Makefile.am | 1 + source/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/include/Makefile.am b/include/Makefile.am index 4ddc6d4..b77f9c4 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -17,6 +17,7 @@ EXTRA_DIST = adivtab.h anorm_dots.h anorms.h asm_draw.h asm_i386.h block16.h \ winquake.h world.h zone.h \ \ win32/fnmatch.h win32/version.h win32/version.h.in \ + win32/mingw/config.h \ win32/resources/icon1.ico win32/resources/resource.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 9b5a381..e225a75 100644 --- a/source/Makefile.am +++ b/source/Makefile.am @@ -315,7 +315,7 @@ qf_client_wgl_DEPENDENCIES=libqfnet.a libqfsys_cl.a libqfsnd.a libqfcd.a libqfjs # 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.win \ +EXTRA_DIST= makefile.mgw 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