aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/py_native/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'examples/py_native/BUILD')
-rw-r--r--examples/py_native/BUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/examples/py_native/BUILD b/examples/py_native/BUILD
index 5a82223cf8..9d52fd6848 100644
--- a/examples/py_native/BUILD
+++ b/examples/py_native/BUILD
@@ -1,6 +1,9 @@
filegroup(
name = "srcs",
- srcs = glob(["*.py"]) + ["BUILD"],
+ srcs = glob(["*.py"]) + [
+ "BUILD",
+ "//examples/py_native/fibonacci:srcs",
+ ],
visibility = ["//examples:__pkg__"],
)