From d98b963d75afa9d412ab56c9e2f1217cb9e1a699 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Mon, 10 Nov 2003 01:32:01 +0000 Subject: Add drop shadows. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ad7079a..f3c7dea 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -LIBS=`pkg-config --cflags --libs xcomposite xfixes xdamage xrender` +LIBS=`pkg-config --cflags --libs xcomposite xfixes xdamage xrender` -lm xcompmgr: xcompmgr.c $(CC) -o $@ $(CFLAGS) xcompmgr.c $(LIBS) -- cgit v1.2.3