Re: Multiple backend files patch
- From: Colin Walters <walters verbum org>
- To: networkmanager-list gnome org
- Subject: Re: Multiple backend files patch
- Date: Fri, 12 Nov 2004 13:49:39 -0500
On Thu, 2004-11-11 at 17:31 +0100, Tom Parker wrote:
> Figured that the hackiness that is backends with multiple source files
> deserved fixing, so here's a patch.
> Index: configure.in
> ===================================================================
> RCS file: /cvs/gnome/NetworkManager/configure.in,v
> retrieving revision 1.44
> diff -u -r1.44 configure.in
> --- configure.in 19 Oct 2004 18:20:44 -0000 1.44
> +++ configure.in 11 Nov 2004 16:26:43 -0000
> @@ -46,7 +46,7 @@
> case $with_distro in
> redhat)
> TARGET_DISTRO=RedHat
> - SYSTEM_BACKEND_FILE=NetworkManagerRedHat.o
> + SYSTEM_BACKEND_FILE="NetworkManagerRedHat.o
> shvar.o"
> ;;
Erg, this entire setup is Evil and Wrong :) The right way is to make
the backend into a noinst libtool library, use Automake conditionals. I
just rewrote the code to do that.
Let me know if CVS works for you!
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]