--- hatari/src/gui-sdl/Makefile 2019/04/01 07:13:14 1.1.1.4 +++ hatari/src/gui-sdl/Makefile 2019/04/01 07:13:49 1.1.1.5 @@ -4,15 +4,15 @@ include ../../Makefile.cnf # Additional include directories: -INCFLAGS = -I../includes +INCFLAGS = -I../includes $(CPPFLAGS) -CFLAGS += -DDATADIR=\"$(DATADIR)\" $(INCFLAGS) $(SDL_CFLAGS) -Wno-write-strings +CFLAGS += $(INCFLAGS) $(SDL_CFLAGS) -Wno-write-strings -DLGSRCS = dlgAbout.c dlgAlert.c dlgDevice.c dlgDisc.c dlgJoystick.c \ - dlgKeyboard.c dlgMain.c dlgMemory.c dlgNewDisc.c dlgRom.c \ +DLGSRCS = dlgAbout.c dlgAlert.c dlgDevice.c dlgDisk.c dlgJoystick.c \ + dlgKeyboard.c dlgMain.c dlgMemory.c dlgNewDisk.c dlgRom.c \ dlgScreen.c dlgSound.c dlgSystem.c dlgFileSelect.c sdlgui.c