diff options
author | Marco Peereboom <marco@conformal.com> | 2013-06-12 08:55:12 -0500 |
---|---|---|
committer | Marco Peereboom <marco@conformal.com> | 2013-06-12 08:55:12 -0500 |
commit | 34a81399bb708a71c298989a8778ffb7e168dd11 (patch) | |
tree | e998e20b10375d2305616684ed18874ed2923abd /osx/Makefile | |
parent | a725459c87de050722491d88d3f14f9c8bf44713 (diff) | |
download | xombrero-34a81399bb708a71c298989a8778ffb7e168dd11.tar.gz |
kill -lgcrypt, no longer needed after killing coloring threads
Diffstat (limited to 'osx/Makefile')
-rw-r--r-- | osx/Makefile | 2 |
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 |