aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2016-05-12 16:03:27 -0400
committerJesse Luehrs <doy@tozt.net>2016-05-12 16:03:27 -0400
commitaca98a4b2c9d0be48be773fbf438a8477698ef14 (patch)
tree9d629a3c71085aae7f6126ebd05e70b88cefb0f6 /Makefile
parente9f28194fb4dd8eec1be7b2cde81fadc60dc78ff (diff)
downloadrunes-aca98a4b2c9d0be48be773fbf438a8477698ef14.tar.gz
runes-aca98a4b2c9d0be48be773fbf438a8477698ef14.zip
convert to libevent
also remove all code supporting threading stuff
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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