Rename and fix dist errors

pull/10241/head
Deanna Garcia 2 years ago
parent 4bcc41af5c
commit 2656854aa8
  1. 7
      Makefile.am
  2. 7
      csharp/BUILD.bazel
  3. 0
      csharp/build_release.sh

@ -1,8 +1,4 @@
## Process this file with automake to produce Makefile.in
ACLOCAL_AMFLAGS = -I m4
AUTOMAKE_OPTIONS = foreign
## Process this file with automake to produce Makefile.in ACLOCAL_AMFLAGS = -I m4 AUTOMAKE_OPTIONS = foreign
# Build . before src so that our all-local and clean-local hooks kicks in at
# the right time.
@ -62,6 +58,7 @@ csharp_EXTRA_DIST= \
csharp/NuGet.Config \
csharp/README.md \
csharp/build_packages.bat \
csharp/build_release.sh \
csharp/build_tools.sh \
csharp/buildall.bat \
csharp/buildall.sh \

@ -39,6 +39,7 @@ pkg_files(
"NuGet.Config",
"README.md",
"build_packages.bat",
"build_release.sh",
"build_tools.sh",
"buildall.bat",
"buildall.sh",
@ -53,7 +54,7 @@ pkg_files(
)
sh_binary(
name = "csharp_release_build",
srcs = ["csharp_release_build.sh"],
args = ["$(location csharp_release_build.sh)"],
name = "release",
srcs = ["build_release.sh"],
args = ["$(location build_release.sh)"],
)

Loading…
Cancel
Save