From d5b52a1302ef4409424ec0633ccf9bd72359ea32 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 14 May 2016 22:03:43 -0400 Subject: refactor/rewrite the client/server protocol handling also pass the environment and current directory over as well --- Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3-54-g00ecf