get "make dist" working again

This commit is contained in:
Bill Currie 2001-09-04 21:00:08 +00:00
parent b1f834b530
commit 6c8a112cb8
4 changed files with 5 additions and 8 deletions

View file

@ -3,7 +3,8 @@ AUTOMAKE_OPTIONS= foreign
SUBDIRS= RPM debian doc include libs qw nq
EXTRA_DIST= ChangeLog \
## configure.ac needs to be listed here for older autoconfs
EXTRA_DIST= ChangeLog configure.ac \
tools/cross/cross-configure.sh tools/cross/cross-make.sh \
tools/cross/cross.sh \
tools/gas2masm/Makefile tools/gas2masm/gas2masm.c \

View file

@ -1,7 +1,7 @@
## Process this file with automake to produce Makefile.in
EXTRA_DIST= chase.h client.h conproc.h \
game.h host.h net.h net_bw.h \
net_dgrm.h net_ipx.h net_loop.h net_mp.h net_ser.h net_udp.h \
net_dgrm.h net_ipx.h net_loop.h net_mp.h net_udp.h \
net_vcr.h net_wins.h net_wipx.h \
protocol.h \
server.h sv_pr_cmds.h sv_progs.h world.h

View file

@ -56,7 +56,7 @@ common_ldflags= -export-dynamic
libqfnet_la_SOURCES= net_bsd.c net_dgrm.c net_loop.c \
net_main.c net_udp.c net_vcr.c
EXTRA_libqfnet_la_SOURCES= net_dos.c net_bw.c net_ipx.c net_mp.c net_ser.c \
EXTRA_libqfnet_la_SOURCES= net_dos.c net_bw.c net_ipx.c net_mp.c \
net_win.c net_wins.c net_wipx.c
qf_client_LIBS= $(top_builddir)/libs/video/targets/libQFjs.la \

View file

@ -168,11 +168,7 @@ qw_client_wgl_DEPENDENCIES=../../libs/video/renderer/libQFrenderer_gl.la ../../l
# 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.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 \
cl_sys_win.c sv_sys_win.c
EXTRA_DIST= cl_sys_win.c sv_sys_win.c
# Kill the temp files, hopefully.
CLEANFILES = *.i *.s $(YACCLEX_CLEANFILES)