summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorcos <cos>2024-03-01 17:02:41 +0100
committercos <cos>2024-06-08 09:16:00 +0200
commitba0ccbf5486f2ea7208a3178ee9e240f5bd16ba7 (patch)
treec6a3f7459bbee7767c565c244c8ce7b0ad88b104 /Makefile
parent959c7589ac08e9d61e2037a5780605e22ebfa408 (diff)
downloadmcwm-ba0ccbf5486f2ea7208a3178ee9e240f5bd16ba7.zip
Allow configuring workspace count
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 70a0921..f0505ed 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ DISTFILES=LICENSE Makefile NEWS README TODO WISHLIST mcwm.man hidden.man scripts
CFLAGS+=-g -std=c99 -Wall -Wextra -I/usr/local/include -DVERSION='"$(VERSION)"' #-DDEBUG #-DDMALLOC
LDFLAGS+=-L/usr/local/lib -lxcb -lxcb-randr -lxcb-keysyms -lxcb-icccm \
- -lxcb-util #-ldmalloc
+ -lxcb-util -lxcb-xrm #-ldmalloc
RM=/bin/rm
PREFIX=/usr/local