From aca98a4b2c9d0be48be773fbf438a8477698ef14 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 12 May 2016 16:03:27 -0400 Subject: convert to libevent also remove all code supporting threading stuff --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 81900af..a38ceca 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ DOBJ = $(BUILD)runesd.o \ $(BUILD)daemon.o COBJ = $(BUILD)runesc.o \ $(BUILD)util.o -LIBS = cairo cairo-xlib libuv pangocairo +LIBS = cairo cairo-xlib libevent pangocairo OPT ?= -g CFLAGS ?= $(OPT) -Wall -Wextra -Werror LDFLAGS ?= $(OPT) -Wall -Wextra -Werror -- cgit v1.2.3-54-g00ecf