From 25dbe40cb33ed8b221816abad505ac1d0ff48f54 Mon Sep 17 00:00:00 2001 From: Akos Horvath Date: Fri, 29 Sep 2023 21:39:47 +0200 Subject: [PATCH] add json-c to makefile libs --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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