diff options
Diffstat (limited to 'libcons/Makefile')
-rw-r--r-- | libcons/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libcons/Makefile b/libcons/Makefile index 2a677e7d..576f8b66 100644 --- a/libcons/Makefile +++ b/libcons/Makefile @@ -22,7 +22,8 @@ libname = libcons SRCS= demuxer.c init-init.c init-loop.c opts-version.c extra-version.c \ dir-changed.c file-changed.c opts-std-startup.c cons-lookup.c \ cons-switch.c vcons-remove.c vcons-add.c vcons-open.c \ - vcons-close.c vcons-destroy.c vcons-refresh.c vcons-scrollback.c + vcons-close.c vcons-destroy.c vcons-refresh.c vcons-scrollback.c \ + vcons-input.c LCLHDRS = priv.h mutations.h installhdrs = cons.h |