aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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