summaryrefslogtreecommitdiffstats
path: root/mono
diff options
context:
space:
mode:
authorOwen Fraser-Green <owen@discobabe.net>2004-05-02 16:15:52 +0000
committerOwen Fraser-Green <owen@discobabe.net>2004-05-02 16:15:52 +0000
commitc9528c10affb65181f619d0a54003d22fb12a8f7 (patch)
treee6925b725e73a69c9349a7bc9f26bc3148e13405 /mono
parent3c6ef3df279344d3645009700f7a9c571f037bd2 (diff)
Removed test-dbus-sharp.exe from all target.
Diffstat (limited to 'mono')
-rw-r--r--mono/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/mono/Makefile.am b/mono/Makefile.am
index 6efd771a..76704058 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)