aboutsummaryrefslogtreecommitdiff
path: root/csharp/google-pb.pc.in
diff options
context:
space:
mode:
authorJon Skeet <skeet@pobox.com>2008-08-14 20:33:37 +0100
committerJon Skeet <skeet@pobox.com>2008-08-14 20:33:37 +0100
commitde21d2c92c15387d64f16d4b20defb010caac299 (patch)
treed507b8f08a61d1da2e41017c79c0999ed8678def /csharp/google-pb.pc.in
parent9f4f0a56b1a87af398d0fd9e9bff87e62609b0f7 (diff)
downloadprotobuf-de21d2c92c15387d64f16d4b20defb010caac299.tar.gz
protobuf-de21d2c92c15387d64f16d4b20defb010caac299.tar.bz2
protobuf-de21d2c92c15387d64f16d4b20defb010caac299.zip
Patch from Miguel de Icaza: This introduces auto-detection of Mono to configure, and if found, builds and installs the runtime library, and provides a pkg-config file so developers can easily use it on Unix.
Diffstat (limited to 'csharp/google-pb.pc.in')
-rw-r--r--csharp/google-pb.pc.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/csharp/google-pb.pc.in b/csharp/google-pb.pc.in
new file mode 100644
index 00000000..83758de3
--- /dev/null
+++ b/csharp/google-pb.pc.in
@@ -0,0 +1,7 @@
+assemblies_dir=@PREFIX@
+Libraries=${assemblies_dir}/gac/Google.ProtocolBuffers/1.0.0.0__17b3b1f090c3ea48/Google.ProtocolBuffers.dll
+
+Name: Google Protocol Buffers for C#
+Description: Google Protocol Buffers for C#
+Version: 1.0.0.0
+Libs: -r:${assemblies_dir}/gac/Google.ProtocolBuffers/1.0.0.0__17b3b1f090c3ea48/Google.ProtocolBuffers.dll