From 448c94421267ee16e24ee57581a557fd7cc48227 Mon Sep 17 00:00:00 2001 From: Doug Torrance Date: Mon, 20 Feb 2017 19:15:56 -0500 Subject: [PATCH] wmtetris: Link against Xlib. --- wmtetris/wmtetris/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wmtetris/wmtetris/Makefile b/wmtetris/wmtetris/Makefile index 0594796..0d2fcba 100644 --- a/wmtetris/wmtetris/Makefile +++ b/wmtetris/wmtetris/Makefile @@ -1,5 +1,5 @@ LIBDIR = -L/usr/X11R6/lib -LIBS = -lXpm -lXext +LIBS = -lXpm -lXext -lX11 OBJS = wmtetris.o \ ../wmgeneral/wmgeneral.o \