about summary refs log tree commit diff stats
path: root/osx
diff options
context:
space:
mode:
authorMarco Peereboom <marco@conformal.com>2013-06-12 08:55:12 -0500
committerMarco Peereboom <marco@conformal.com>2013-06-12 08:55:12 -0500
commit34a81399bb708a71c298989a8778ffb7e168dd11 (patch)
treee998e20b10375d2305616684ed18874ed2923abd /osx
parenta725459c87de050722491d88d3f14f9c8bf44713 (diff)
downloadxombrero-34a81399bb708a71c298989a8778ffb7e168dd11.tar.gz
kill -lgcrypt, no longer needed after killing coloring threads
Diffstat (limited to 'osx')
-rw-r--r--osx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/osx/Makefile b/osx/Makefile
index 184d34a..16912d3 100644
--- a/osx/Makefile
+++ b/osx/Makefile
@@ -3,7 +3,7 @@ LIBS+= gtk+-2.0 webkit-1.0
 LIBS+= libsoup-2.4 gnutls
 
 CFLAGS+= -O2 -Wall -D_GNU_SOURCE -I. -I.. $(shell pkg-config --cflags $(LIBS)) $(JS_CF)
-LDADD+= $(shell pkg-config --libs $(LIBS)) $(JS_LD) -ldl -lgcrypt -lX11
+LDADD+= $(shell pkg-config --libs $(LIBS)) $(JS_LD) -ldl -lX11
 
 PREFIX?= /usr/local
 BINDIR?= $(PREFIX)/bin