--- hatari/src/gui-sdl/Makefile 2019/04/01 07:11:38 1.1.1.1 +++ hatari/src/gui-sdl/Makefile 2019/04/01 07:11:56 1.1.1.2 @@ -11,9 +11,9 @@ CFLAGS += -DDATADIR=\"$(DATADIR)\" $(INC -DLGSRCS = dlgAbout.c dlgDevice.c dlgDisc.c dlgJoystick.c dlgKeyboard.c \ - dlgMain.c dlgMemory.c dlgNewDisc.c dlgScreen.c dlgSound.c dlgSystem.c \ - dlgTosGem.c dlgFileSelect.c sdlgui.c +DLGSRCS = dlgAbout.c dlgAlert.c dlgDevice.c dlgDisc.c dlgJoystick.c \ + dlgKeyboard.c dlgMain.c dlgMemory.c dlgNewDisc.c dlgRom.c \ + dlgScreen.c dlgSound.c dlgSystem.c dlgFileSelect.c sdlgui.c DLGOBJS = $(DLGSRCS:.c=.o)