summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2010-05-26 16:44:32 +0000
committerNicholas Marriott <nicm@openbsd.org>2010-05-26 16:44:32 +0000
commit1618f3eae65743850e8b81df041e7372b8843dc6 (patch)
treee465a48be0311d791f33180942be8da6df557e2a /Makefile
parentc47d66f49ba50412260a33ec05c5c7c2b0249ed9 (diff)
Move imsg into libutil and add a man page.
Minor bump for libutil. Previous versions of this diff and man page looked at by various people. "you should just commit" deraadt
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6907a68b..73ca0c4d 100644
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,7 @@ SRCS= attributes.c cfg.c client.c clock.c \
cmd-display-message.c cmd-display-panes.c cmd-if-shell.c \
cmd-pipe-pane.c cmd-capture-pane.c cmd.c \
colour.c environ.c grid-view.c grid-utf8.c grid.c input-keys.c \
- imsg.c imsg-buffer.c input.c key-bindings.c key-string.c \
+ input.c key-bindings.c key-string.c \
layout-set.c layout-string.c layout.c log.c job.c \
mode-key.c names.c options.c paste.c procname.c \
resize.c screen-redraw.c screen-write.c screen.c session.c status.c \