aboutsummaryrefslogtreecommitdiff
path: root/csharp
diff options
context:
space:
mode:
authorJon Skeet <skeet@pobox.com>2008-08-14 20:35:19 +0100
committerJon Skeet <jonskeet@google.com>2008-08-14 20:35:19 +0100
commit023d7398d6227e9613afcfe12d3d47454b0a9de5 (patch)
tree1ce4d2474b4199cb821cec6faf62a6cba7e935bf /csharp
parent4e6215c734e5473f5584c05f34c6471a17dea2b1 (diff)
downloadprotobuf-023d7398d6227e9613afcfe12d3d47454b0a9de5.tar.gz
protobuf-023d7398d6227e9613afcfe12d3d47454b0a9de5.tar.bz2
protobuf-023d7398d6227e9613afcfe12d3d47454b0a9de5.zip
Update Makefile in terms of C# sources and keyfile command line option
committer: Jon Skeet <skeet@pobox.com>
Diffstat (limited to 'csharp')
-rw-r--r--csharp/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/csharp/Makefile.am b/csharp/Makefile.am
index 48ae6500..f8ec01a8 100644
--- a/csharp/Makefile.am
+++ b/csharp/Makefile.am
@@ -55,7 +55,7 @@ Google.ProtocolBuffers.dll_sources = \
Google.ProtocolBuffers.dll: $(Google.ProtocolBuffers.dll_sources)
cp $(srcdir)/ProtocolBuffers/Properties/Google.ProtocolBuffers.snk .
gmcs -codepage:utf8 -debug -target:library -out:Google.ProtocolBuffers.dll \
- $(Google.ProtocolBuffers.dll_sources) -keyfile Google.ProtocolBuffers.snk
+ $(Google.ProtocolBuffers.dll_sources) -keyfile:Google.ProtocolBuffers.snk
install-data-local: Google.ProtocolBuffers.dll
gacutil -i Google.ProtocolBuffers.dll -package google
@@ -64,4 +64,3 @@ EXTRA_DIST = $(Google.ProtocolBuffers.dll_sources) google-pb.pc.in
google-pb.pc: Makefile.am google-pb.pc.in
sed "s,@PREFIX@,${prefix}," < $(srcdir)/google-pb.pc.in > google-pb.pc
-