From 99daa7f5237b220b93bbec4854344d76cde3ef84 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 5 May 2007 16:14:36 +0000 Subject: add a test for shaped windows --- tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/Makefile') diff --git a/tests/Makefile b/tests/Makefile index 7dbff040..6374b392 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -3,4 +3,4 @@ files=$(wildcard *.c) all: $(files:.c=) %: %.c - $(CC) $(CFLAGS) -o $@ $^ -lX11 -L/usr/X11R6/lib -I/usr/X11R6/include + $(CC) $(CFLAGS) -o $@ $^ -lX11 -lXext -L/usr/X11R6/lib -I/usr/X11R6/include -- cgit v1.2.3