summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorsabetts <sabetts>2000-08-31 02:38:10 +0000
committersabetts <sabetts>2000-08-31 02:38:10 +0000
commitb86e0c298d6881fe1a79ab4bb592aefb47147817 (patch)
tree82154a33d2be3b801c7ae9d4443fc5480ef9a6f0 /Makefile
parent51b0db69e403175301fc381dbad55357c1ca4622 (diff)
downloadratpoison-b86e0c298d6881fe1a79ab4bb592aefb47147817.zip
Added an input_window to allow the user to type data. This is used to
jump to a window by name. Added functionality to jump to a window by name.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f68a2cc..0ff3854 100644
--- a/Makefile
+++ b/Makefile
@@ -10,8 +10,8 @@ LIBS = -lX11
LDFLAGS = -L/usr/X11R6/lib
CFLAGS = -g -Wall -I/usr/X11R6/include
-SRC = main.o events.o manage.o list.o bar.o number.o
-HEADERS = bar.h conf.h data.h events.h list.h manage.h ratpoison.h number.h
+SRC = main.o events.o manage.o list.o bar.o number.o input.o
+HEADERS = bar.h conf.h data.h events.h list.h manage.h ratpoison.h number.h input.h
all: ratpoison ratpoison.info