aboutsummaryrefslogtreecommitdiff
path: root/csharp/Makefile.am
diff options
context:
space:
mode:
authorJon Skeet <skeet@pobox.com>2008-08-14 20:35:14 +0100
committerJon Skeet <skeet@pobox.com>2008-08-14 20:35:14 +0100
commit2b61cbf408b16579d0a4e247e91c465d6228d222 (patch)
tree5c6868727afbfab5bdb83bd62d30e523a7feca94 /csharp/Makefile.am
parentde21d2c92c15387d64f16d4b20defb010caac299 (diff)
downloadprotobuf-2b61cbf408b16579d0a4e247e91c465d6228d222.tar.gz
protobuf-2b61cbf408b16579d0a4e247e91c465d6228d222.tar.bz2
protobuf-2b61cbf408b16579d0a4e247e91c465d6228d222.zip
Autogeneration now hopefully close to correct. Library builds! (Not finished though...)
Diffstat (limited to 'csharp/Makefile.am')
-rw-r--r--csharp/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/csharp/Makefile.am b/csharp/Makefile.am
index d3b10be5..4805a9f1 100644
--- a/csharp/Makefile.am
+++ b/csharp/Makefile.am
@@ -43,7 +43,8 @@ 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)
+ gmcs -codepage:utf8 -debug -target:library -out:Google.ProtocolBuffers.dll \
+ $(Google.ProtocolBuffers.dll_sources) -keyfile Google.ProtocolBuffers.snk
install-data-local: Google.ProtocolBuffers.dll
gacutil -i Google.ProtocolBuffers.dll -package google