aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSydney Acksman <ObsidianMinor@users.noreply.github.com>2018-06-21 17:53:31 -0400
committerJie Luo <anandolee@gmail.com>2018-06-21 14:53:31 -0700
commit1f77342b789e4343a9ddf17ce10eb52f83441472 (patch)
tree9d080b9013c32f66214aef3ebdaa0fb19118e7bb /Makefile.am
parentbdf0d1d6f8539f6c7312eda57535396516ed7275 (diff)
downloadprotobuf-1f77342b789e4343a9ddf17ce10eb52f83441472.tar.gz
protobuf-1f77342b789e4343a9ddf17ce10eb52f83441472.tar.bz2
protobuf-1f77342b789e4343a9ddf17ce10eb52f83441472.zip
Add msbuild targets to C# tools for protoc compilers (#4648)
* Added props to C# tools * Add targets file to makefile.am
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index ac87e8a3..76bb2ba2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -51,6 +51,7 @@ pkgconfig_DATA = protobuf.pc protobuf-lite.pc
csharp_EXTRA_DIST= \
csharp/.gitignore \
csharp/CHANGES.txt \
+ csharp/Google.Protobuf.Tools.targets \
csharp/Google.Protobuf.Tools.nuspec \
csharp/README.md \
csharp/build_packages.bat \