summaryrefslogtreecommitdiff
path: root/Widgets/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Widgets/Makefile')
-rw-r--r--Widgets/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Widgets/Makefile b/Widgets/Makefile
index f11a3980df..818de90d2d 100644
--- a/Widgets/Makefile
+++ b/Widgets/Makefile
@@ -22,11 +22,12 @@ VFS_OBJS = \
WindowManager.o \
Font.o \
Window.o \
+ ClockWidget.o \
test.o
OBJS = $(AK_OBJS) $(VFS_OBJS)
-CXXFLAGS = -std=c++17 -O0 -W -Wall -Wextra -Wconversion -I. -I.. -g `sdl2-config --cflags`
+CXXFLAGS = -std=c++17 -O0 -W -Wall -Wextra -Wconversion -I. -I.. -g `sdl2-config --cflags` -DUSE_SDL
LDFLAGS = `sdl2-config --libs`