summaryrefslogtreecommitdiff
path: root/toxav/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'toxav/BUILD.bazel')
-rw-r--r--toxav/BUILD.bazel7
1 files changed, 2 insertions, 5 deletions
diff --git a/toxav/BUILD.bazel b/toxav/BUILD.bazel
index 33956aac..036bde3f 100644
--- a/toxav/BUILD.bazel
+++ b/toxav/BUILD.bazel
@@ -45,8 +45,8 @@ cc_library(
45 hdrs = ["bwcontroller.h"], 45 hdrs = ["bwcontroller.h"],
46 deps = [ 46 deps = [
47 ":ring_buffer", 47 ":ring_buffer",
48 "//c-toxcore/toxcore",
48 "//c-toxcore/toxcore:Messenger", 49 "//c-toxcore/toxcore:Messenger",
49 "//c-toxcore/toxcore:toxcore",
50 ], 50 ],
51) 51)
52 52
@@ -130,10 +130,7 @@ CIMPLE_SRCS = glob(
130 "*.c", 130 "*.c",
131 "*.h", 131 "*.h",
132 ], 132 ],
133 exclude = [ 133 exclude = ["*.api.h"],
134 "*.api.h",
135 "toxav.h",
136 ],
137) 134)
138 135
139sh_test( 136sh_test(