--- hatari/src/Makefile 2019/04/01 07:11:43 1.1.1.9 +++ hatari/src/Makefile 2019/04/01 07:12:04 1.1.1.10 @@ -7,7 +7,7 @@ include ../Makefile.cnf INCFLAGS = -I./includes -I./uae-cpu -CFLAGS += -DDATADIR=\"$(DATADIR)\" $(INCFLAGS) $(SDL_CFLAGS) +CFLAGS += -DDATADIR=\"$(DATADIR)\" -DCONFDIR=\"$(CONFDIR)\" $(INCFLAGS) $(SDL_CFLAGS) CPUOBJS = ./uae-cpu/hatari-glue.o ./uae-cpu/memory.o ./uae-cpu/newcpu.o \ @@ -24,9 +24,9 @@ GUIOBJS = ./gui-sdl/dlgAbout.o ./gui-sdl SRCS = audio.c bios.c blitter.c cart.c cfgopts.c configuration.c \ - createBlankImage.c debug.c debugui.c dialog.c dim.c errlog.c \ - fdc.c file.c floppy.c gemdos.c hdc.c ikbd.c int.c intercept.c joy.c keymap.c \ - m68000.c main.c midi.c memAlloc.c memorySnapShot.c mfp.c misc.c msa.c psg.c \ + createBlankImage.c debugui.c dialog.c dim.c fdc.c file.c floppy.c gemdos.c \ + hdc.c ikbd.c int.c ioMem.c ioMemTables.c joy.c keymap.c log.c \ + m68000.c main.c midi.c memorySnapShot.c mfp.c misc.c msa.c psg.c \ printer.c rs232.c reset.c rtc.c st.c stMemory.c screen.c screenConvert.c \ screenSnapShot.c shortcut.c sound.c spec512.c tos.c unzip.c vdi.c video.c \ wavFormat.c xbios.c ymFormat.c zip.c