summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorOwen Fraser-Green <owen@discobabe.net>2004-05-15 19:31:12 +0000
committerOwen Fraser-Green <owen@discobabe.net>2004-05-15 19:31:12 +0000
commit8bc62a2864e5e5897cc961bd1055b35e3c8d0b94 (patch)
treedc46c6701cd95ddbe53a83922f0c8a52f67416ff /Makefile.am
parenta3942cbc6fd2b9ee1f892ae0d71e42483cd751c2 (diff)
Various mono related changes to facilitate GAC support.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index aa6f0ecd..5548794e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -12,7 +12,7 @@ if DBUS_USE_GCJ
GCJ_SUBDIR=gcj
endif
-if DBUS_USE_MCS
+if DBUS_USE_CSC
MONO_SUBDIR=mono
MONO_PC=dbus-sharp.pc
endif