--- np2/x11/sdl/Attic/Makefile 2004/01/29 11:44:56 1.5 +++ np2/x11/sdl/Attic/Makefile 2004/02/19 14:22:56 1.6 @@ -6,7 +6,7 @@ CINCLUDES= -I. -I.. -I../.. -I../../comm -I../../i286c \ -I../../bios -I../../cbus -I../../fdd -I../../font \ -I../../io -I../../lio \ - -I../../sound -I../../sound/vermouth \ + -I../../sound -I../../sound/vermouth -I../../sound/getsnd \ -I../../vram \ -I../../embed -I../../embed/menu -I../../embed/menubase \ `$(SDL_CONFIG) --cflags` \ @@ -93,7 +93,7 @@ LIOOBJS= ../../lio/lio.o ../../lio/gscre ../../lio/gpset.o ../../lio/gline.o ../../lio/gput1.o NP2OBJS= ../../pccore.o ../../nevent.o ../../calendar.o ../../timing.o \ - ../../debugsub.o ../../statsave.o + ../../debugsub.o ../../statsave.o ../../keystat.o SOUNDOBJS= ../../sound/sound.o ../../sound/soundrom.o ../../sound/s98.o \ ../../sound/adpcmc.o ../../sound/adpcmg.o \