Add missing shared-object link dependencies

Issue #4408
This commit is contained in:
Norman Feske
2022-02-09 13:48:42 +01:00
parent 144cc8ac54
commit ec559b85e2
25 changed files with 31 additions and 43 deletions

View File

@ -1,5 +1,5 @@
TARGET = tcp_terminal
SRC_CC = main.cc
LIBS = libc
LIBS = libc base
CC_CXX_WARN_STRICT =

View File

@ -1,6 +1,6 @@
TARGET = terminal_mux
SRC_CC = main.cc ncurses.cc
LIBS = libc ncurses
LIBS = libc ncurses base
INC_DIR += $(PRG_DIR)
CC_CXX_WARN_STRICT =