From 52778aed9391538287874b1f027994cef15b10d4 Mon Sep 17 00:00:00 2001 From: iphydf Date: Sun, 21 Jan 2018 16:58:32 +0000 Subject: Make BUILD files more finely-grained. This allows us to precisely see which libraries depend on which and lets us split them up more, if necessary. --- other/BUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'other') diff --git a/other/BUILD b/other/BUILD index 223f4355..beec2397 100644 --- a/other/BUILD +++ b/other/BUILD @@ -1,3 +1,5 @@ +load("//tools:no_undefined.bzl", "cc_library") + cc_library( name = "monolith", hdrs = ["monolith.h"], @@ -14,7 +16,7 @@ cc_library( srcs = ["bootstrap_node_packets.c"], hdrs = ["bootstrap_node_packets.h"], visibility = ["//c-toxcore/other/bootstrap_daemon:__pkg__"], - deps = ["//c-toxcore/toxcore"], + deps = ["//c-toxcore/toxcore:network"], ) cc_binary( -- cgit v1.2.3