Makefile.am change in mono/examples

Owen Fraser-Green owen at discobabe.net
Mon Jun 7 05:35:46 PDT 2004


Hi,

I've committed a fix, but instead of evaling pkgconfig, I've changed the
Makefile.am to use the new -pkg flag (and bumped the required mcs
version in configure.in).

I've also created new D-BUS RPMs and placed them at
http://freedesktop.org/~ow3n

Cheers,
Owen

On Sun, 2004-06-06 at 13:32, Richard Torkar wrote: 
> 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