From b92788dee979855f753e030cb8be8d19c22d00df Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 11 May 2016 15:20:01 -0400 Subject: split global window management stuff out into its own file also rename a few things for clarity --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 40cd003..81900af 100644 --- a/Makefile +++ b/Makefile @@ -8,6 +8,7 @@ OBJ = $(BUILD)runes.o \ $(BUILD)term.o \ $(BUILD)config.o \ $(BUILD)window-xlib.o \ + $(BUILD)window-backend-xlib.o \ $(BUILD)pty-unix.o \ $(BUILD)loop.o \ $(BUILD)util.o @@ -16,6 +17,7 @@ DOBJ = $(BUILD)runesd.o \ $(BUILD)term.o \ $(BUILD)config.o \ $(BUILD)window-xlib.o \ + $(BUILD)window-backend-xlib.o \ $(BUILD)pty-unix.o \ $(BUILD)loop.o \ $(BUILD)util.o \ -- cgit v1.2.3-54-g00ecf