dbus/mono/example Makefile.am,1.2,1.3

Owen Fraser-Green ow3n at pdx.freedesktop.org
Mon Jun 7 04:40:22 PDT 2004


Update of /cvs/dbus/dbus/mono/example
In directory pdx:/tmp/cvs-serv15109/mono/example

Modified Files:
	Makefile.am 
Log Message:
Changes in-line with new object_path param changes. Also bumped required mono version and use new -pkg flag.


Index: Makefile.am
===================================================================
RCS file: /cvs/dbus/dbus/mono/example/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- a/Makefile.am	15 May 2004 19:31:12 -0000	1.2
+++ b/Makefile.am	7 Jun 2004 11:40:20 -0000	1.3
@@ -5,7 +5,7 @@
 all: $(NOINST_EXES)
 
 echo-server.exe: EchoServer.cs Echoer.cs
-	$(CSC) --target exe -L .. -r:../dbus-sharp.dll -r gtk-sharp -o echo-server.exe EchoServer.cs Echoer.cs
+	$(CSC) --target exe -L .. -r:../dbus-sharp.dll -pkg:gtk-sharp -o echo-server.exe EchoServer.cs Echoer.cs
 
 echo-client.exe: EchoClient.cs Echoer.cs
 	$(CSC) --target exe -L .. -r:../dbus-sharp.dll -o echo-client.exe EchoClient.cs Echoer.cs




More information about the dbus-commit mailing list