Link new ui_null.c to build
This commit is contained in:
parent
80eb145460
commit
5a414e584a
@ -722,6 +722,7 @@ set(
|
|||||||
txt_db/txt_db.c
|
txt_db/txt_db.c
|
||||||
ui/ui_err.c
|
ui/ui_err.c
|
||||||
ui/ui_lib.c
|
ui/ui_lib.c
|
||||||
|
ui/ui_null.c
|
||||||
ui/ui_util.c
|
ui/ui_util.c
|
||||||
whrlpool/wp_dgst.c
|
whrlpool/wp_dgst.c
|
||||||
x509/by_dir.c
|
x509/by_dir.c
|
||||||
|
@ -953,6 +953,7 @@ libcrypto_la_SOURCES += txt_db/txt_db.c
|
|||||||
# ui
|
# ui
|
||||||
libcrypto_la_SOURCES += ui/ui_err.c
|
libcrypto_la_SOURCES += ui/ui_err.c
|
||||||
libcrypto_la_SOURCES += ui/ui_lib.c
|
libcrypto_la_SOURCES += ui/ui_lib.c
|
||||||
|
libcrypto_la_SOURCES += ui/ui_null.c
|
||||||
if !HOST_WIN
|
if !HOST_WIN
|
||||||
libcrypto_la_SOURCES += ui/ui_openssl.c
|
libcrypto_la_SOURCES += ui/ui_openssl.c
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user