mirror of
https://gitee.com/openharmony/third_party_libnl
synced 2024-11-24 02:29:50 +00:00
build: don't build cli libraries by default
When configuring with --enable-cli=no, we should not build
the libraries related the cli.
This fixes commit 3cb2853
(build: enable building cli during tests)
which enables building of cli during `make check`. However, during
regular build, these libraries should not get build.
Signed-off-by: Thomas Haller <thaller@redhat.com>
This commit is contained in:
parent
286a86c75e
commit
144c6c5e6a
@ -521,7 +521,7 @@ pkglib_qdiscdir = $(pkglibdir)/cli/qdisc
|
||||
pkglib_cls_LTLIBRARIES = $(lib_cli_ltlibraries_cls)
|
||||
pkglib_qdisc_LTLIBRARIES = $(lib_cli_ltlibraries_qdisc)
|
||||
else
|
||||
noinst_LTLIBRARIES += \
|
||||
check_LTLIBRARIES += \
|
||||
$(lib_cli_ltlibraries_cls) \
|
||||
$(lib_cli_ltlibraries_qdisc)
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user