2005-01-12 Joe Shaw <joeshaw@novell.com>
authorJoe Shaw <joeshaw@novell.com>
Wed, 12 Jan 2005 22:34:28 +0000 (22:34 +0000)
committerJoe Shaw <joeshaw@novell.com>
Wed, 12 Jan 2005 22:34:28 +0000 (22:34 +0000)
* mono/Makefile.am, mono/example/Makefile.am: Always build the
dbus DLL with --debug.

ChangeLog
mono/example/Makefile.am

index b16bfb4..7a29ed3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
 2005-01-12  Joe Shaw  <joeshaw@novell.com>
 
-       * mono/Makefile.am: Always build the dbus DLL with --debug.
+       * mono/Makefile.am, mono/example/Makefile.am: Always build the 
+       dbus DLL with --debug.
 
        * mono/Arguments.cs (GetDBusTypeConstructor): If the type
        is an enum, get the enum's underlying type.  Another mono
index f5a4ab2..60a5aaf 100644 (file)
@@ -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: