summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOwen Fraser-Green <owen@discobabe.net>2004-05-02 16:15:52 +0000
committerJohn Palmieri <johnp@remedyz.boston.redhat.com>2006-06-28 08:15:36 -0400
commit87712583eed50b1f4740de45cab8caeb50c9e0c9 (patch)
tree399c2cede660e23fed39f31aa94eac9d04716ec2
parent2cad5039902545ff72354ee1284058b300738a6b (diff)
Removed test-dbus-sharp.exe from all target.
-rw-r--r--mono/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/mono/Makefile.am b/mono/Makefile.am
index 6efd771..7670405 100644
--- a/mono/Makefile.am
+++ b/mono/Makefile.am
@@ -41,7 +41,7 @@ DBUS_SHARP_FILES= \
TEST_DBUS_SHARP_FILES=Test.cs
-all: $(DLLS) $(NOINST_EXES)
+all: $(DLLS)
dbus-sharp.dll: $(DBUS_SHARP_FILES)
$(MCS) $(MCSFLAGS) --unsafe --target library -o dbus-sharp.dll $(DBUS_SHARP_FILES)