aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
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 /Makefile.am
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 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 4e2f6515..f46c02b1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,7 +2,11 @@
ACLOCAL_AMFLAGS = -I m4
+if MONO
+SUBDIRS = src csharp
+else
SUBDIRS = src
+endif
EXTRA_DIST = \
autogen.sh \