summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Shaw <joe@novell.com>2005-01-12 22:34:28 +0000
committerJohn Palmieri <johnp@remedyz.boston.redhat.com>2006-06-28 08:15:40 -0400
commit752e9accba2f9d25d8639662f89d08cd09942a3f (patch)
tree8c1ba2b08f15919dda27d99ba8e5651619d2a04b
parent0f8c5126baae31a1bff9da62830bbcc1a583afa3 (diff)
2005-01-12 Joe Shaw <joeshaw@novell.com>
* mono/Makefile.am, mono/example/Makefile.am: Always build the dbus DLL with --debug.
-rw-r--r--mono/example/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/mono/example/Makefile.am b/mono/example/Makefile.am
index f5a4ab2..60a5aaf 100644
--- a/mono/example/Makefile.am
+++ b/mono/example/Makefile.am
@@ -4,13 +4,13 @@ DISTCLEANFILES=$(NOINST_EXES)
all: $(NOINST_EXES)
echo-server.exe: EchoServer.cs Echoer.cs
- $(CSC) --target exe -L .. -r:../dbus-sharp.dll -pkg:gtk-sharp -o echo-server.exe $(srcdir)/EchoServer.cs $(srcdir)/Echoer.cs
+ $(CSC) --debug --target exe -L .. -r:../dbus-sharp.dll -pkg:gtk-sharp -o echo-server.exe $(srcdir)/EchoServer.cs $(srcdir)/Echoer.cs
echo-client.exe: EchoClient.cs Echoer.cs
- $(CSC) --target exe -L .. -r:../dbus-sharp.dll -o echo-client.exe $(srcdir)/EchoClient.cs $(srcdir)/Echoer.cs
+ $(CSC) --debug --target exe -L .. -r:../dbus-sharp.dll -o echo-client.exe $(srcdir)/EchoClient.cs $(srcdir)/Echoer.cs
bus-listener.exe: BusListener.cs
- $(CSC) --target exe -L .. -r:../dbus-sharp.dll -pkg:gtk-sharp -o bus-listener.exe $(srcdir)/BusListener.cs
+ $(CSC) --debug --target exe -L .. -r:../dbus-sharp.dll -pkg:gtk-sharp -o bus-listener.exe $(srcdir)/BusListener.cs
clean: