aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 001c0f7..b0e4eaa 100644
--- a/Makefile
+++ b/Makefile
@@ -21,9 +21,13 @@ DOBJ = $(BUILD)runesd.o \
$(BUILD)pty-unix.o \
$(BUILD)loop.o \
$(BUILD)util.o \
- $(BUILD)daemon.o
+ $(BUILD)daemon.o \
+ $(BUILD)socket.o \
+ $(BUILD)protocol.o
COBJ = $(BUILD)runesc.o \
- $(BUILD)util.o
+ $(BUILD)util.o \
+ $(BUILD)socket.o \
+ $(BUILD)protocol.o
LIBS = cairo cairo-xlib libevent pangocairo
OPT ?= -g
CFLAGS ?= $(OPT) -Wall -Wextra -Werror