summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 214fdee53..6200c2b6c 100644
--- a/Makefile
+++ b/Makefile
@@ -687,13 +687,10 @@ C_SOURCES += water_cmd.c
C_SOURCES += waypoint.c
C_SOURCES += widget.c
C_SOURCES += window.c
+C_SOURCES += sdl.c
CXX_SOURCES =
-ifdef WITH_SDL
-C_SOURCES += sdl.c
-endif
-
ifdef WIN32
C_SOURCES += win32.c w32dm.c
else