From 16578f88008ce0ca36a9720b44a36a478c7262d8 Mon Sep 17 00:00:00 2001 From: seanpringle Date: Wed, 12 Sep 2012 23:40:56 +1000 Subject: [PATCH] support bmake --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dbe93ea5..85360ac3 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ CFLAGS?=-Wall -O2 -LDADD?=$(shell pkg-config --cflags --libs x11 xinerama x11 xft) +LDADD?=`pkg-config --cflags --libs x11 xinerama xft` PREFIX?=$(DESTDIR)/usr BINDIR?=$(PREFIX)/bin