aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2016-05-11 15:20:01 -0400
committerJesse Luehrs <doy@tozt.net>2016-05-11 15:20:01 -0400
commitb92788dee979855f753e030cb8be8d19c22d00df (patch)
tree1c8992c28e0b874dacf33bd912d6a372f1c5b243 /Makefile
parentb11900bb0594b5e04c4ad69237d0a61146f85d35 (diff)
downloadrunes-b92788dee979855f753e030cb8be8d19c22d00df.tar.gz
runes-b92788dee979855f753e030cb8be8d19c22d00df.zip
split global window management stuff out into its own file
also rename a few things for clarity
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
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 \