[g-a-devel]Re: patch to make atk-bridge a real module



On Tue, 2002-04-23 at 13:33, jacob berkman wrote:
> this makes atk-bridge act like a real module.

can i commit this (it also theoretically keeps at-spi from working on
darwin)

> Index: Makefile.am
> ===================================================================
> RCS file: /cvs/gnome/at-spi/atk-bridge/Makefile.am,v
> retrieving revision 1.7
> diff -u -r1.7 Makefile.am
> --- Makefile.am	1 Jan 2002 22:35:27 -0000	1.7
> +++ Makefile.am	23 Apr 2002 17:31:59 -0000
> @@ -1,4 +1,5 @@
> -lib_LTLIBRARIES = libatk-bridge.la
> +moduledir = $(libdir)/gtk-2.0/modules
> +module_LTLIBRARIES = libatk-bridge.la
>  
>  libatk_bridge_la_SOURCES = 	\
>  	bridge.c
> @@ -21,7 +22,7 @@
>  	$(libat-spi)
>  
>  
> -LDFLAGS += -no-undefined
> +LDFLAGS += -no-undefined -module -avoid-version
>  
>  libatk_bridge_la_LIBADD = $(ATK_BRIDGE_LIBS) ../libspi/libspi.la
>  
-- 
"don't get me wrong, i think that radiohead are amazing. i love their
 music and i love their ethos, but that thom yorke guy always seems to
 be complaining." -- moby



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]