diff --git a/Makefile b/Makefile index a0dffdc..e76d058 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ EXT=.c FLAGS=-O0 -g DEBUG_FLAGS=-DDEBUG -fsanitize=undefined -fsanitize=address DEPFLAGS=-MD -MP -LIBS=$(shell pkg-config --libs xcb x11 xinerama) +LIBS=$(shell pkg-config --libs xcb x11 xinerama json-c) EXEC_NAME=wm OBJDIR=obj