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 /linux/Makefile | |
parent | a725459c87de050722491d88d3f14f9c8bf44713 (diff) | |
download | xombrero-34a81399bb708a71c298989a8778ffb7e168dd11.tar.gz |
kill -lgcrypt, no longer needed after killing coloring threads
Diffstat (limited to 'linux/Makefile')
-rw-r--r-- | linux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/Makefile b/linux/Makefile index 0cc96cc..26e22b6 100644 --- a/linux/Makefile +++ b/linux/Makefile @@ -18,7 +18,7 @@ endif LIBS+= libsoup-2.4 gnutls libbsd CFLAGS+= -O2 -Wall -ggdb3 -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 |