diff options
Diffstat (limited to 'libcons/Makefile')
-rw-r--r-- | libcons/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcons/Makefile b/libcons/Makefile index a0df9f63..9ad369b7 100644 --- a/libcons/Makefile +++ b/libcons/Makefile @@ -19,7 +19,7 @@ dir := libcons makemode := library libname = libcons -SRCS= demuxer.c init-init.c init-loop.c opts-version.c extra-version.c \ +SRCS= demuxer.c init-init.c init-loop.c opts-version.c priv.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 \ |