From 02b07d903c992c9df2aabafa644c5d011ae6574e Mon Sep 17 00:00:00 2001 From: Bradley Bell Date: Tue, 13 Nov 2001 22:44:19 +0000 Subject: [PATCH] Make sure gr.c and joy2.asm get included in dist --- arch/dos/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/dos/Makefile.am b/arch/dos/Makefile.am index 9bd37a01..ae118fdd 100644 --- a/arch/dos/Makefile.am +++ b/arch/dos/Makefile.am @@ -5,7 +5,7 @@ noinst_LIBRARIES = libarch_dos.a INCLUDES = -I$(top_srcdir)/arch/include -I$(top_srcdir)/includes -I$(top_srcdir)/main -I$(srcdir)/include libarch_dos_a_SOURCES = \ -cdrom.c digi.c dpmi.c findfile.c init.c ipx.c joyc.c joydefs.c key.c mouse.c vesa.c +cdrom.c digi.c dpmi.c findfile.c gr.c init.c ipx.c joyc.c joydefs.c key.c mouse.c vesa.c SUFFIXES = .asm %.o: %.asm @@ -15,6 +15,6 @@ libarch_dos_a_LIBADD = timer.o modex.o EXTRA_DIST = ${EXTRA_SUBDIRS} \ tweak.inc vgaregs.inc \ -modex.asm timer.asm \ +joy2.asm modex.asm timer.asm \ bcd.c digiallg.c digimm.c disk.c midiallg.c mono.c serial.c \ ipx.h mono.h -- 2.39.2