commit 77a0d177719894d9baedce11c29ef0e18d0fd498 parent c5f325aa6f80882216789baf678ff81083e74359 Author: Antoine Amarilli <a3nm@a3nm.net> Date: Mon, 25 Jun 2012 17:48:43 +0200 remove ssl from makefile Diffstat:
Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -1,6 +1,6 @@ CC = gcc CFLAGS = -Wall -Wno-unused-but-set-variable -g -DENABLE_THREADS -D_REENTRANT -LIBS = -lpthread -lnsl -lssl -lircclient +LIBS = -lpthread -lnsl -lircclient #-lssl all: irctk