Skip to content
Snippets Groups Projects
Commit c74ab04a authored by Marek Vavruša's avatar Marek Vavruša
Browse files

build: redundant library search for libknot-int (libknot already covers this)

parent 2939f15f
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,6 @@ endif
# Dependencies
$(eval $(call find_lib,libknot))
$(eval $(call find_lib,libknot-int))
$(eval $(call find_lib,libuv))
$(eval $(call find_lib,cmocka))
$(eval $(call find_bin,doxygen))
......
......@@ -13,7 +13,6 @@ info:
$(info --------)
$(info [$(HAS_doxygen)] API documentation (doxygen))
$(info [$(HAS_libknot)] library (libknot))
$(info [$(HAS_libknot-int)] library (libknot-int))
$(info [$(HAS_libuv)] daemon (libuv))
$(info [$(HAS_cmocka)] unit tests (libcmocka))
$(info [$(HAS_python)] integration tests (libpython))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment