Makefile.am change in mono/examples
Richard Torkar
richard.torkar at htu.se
Sun Jun 6 04:32:50 PDT 2004
Hi all,
on certain dists a line in Makefile.am in mono/examples makes dbus-cvs
to b0rk on compile.
A diff, such as the following, fixes the problem for me[tm]:
**********************************************************************
Index: Makefile.am
===================================================================
RCS file: /cvs/dbus/dbus/mono/example/Makefile.am,v
retrieving revision 1.2
diff -r1.2 Makefile.am
8c8
< $(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-config --
libs gtk-sharp` -o echo-server.exe EchoServer.cs Echoer.cs
**********************************************************************
Watch the line breaks...
/Richard
--
Dept. of Computer Science
University of Trollhättan/Uddevalla
P.O. Box 957
SE-461 29 Trollhättan
Sweden
More information about the dbus
mailing list