[g-a-devel]at-spi autofoo



i needed this patch to build at-spi on the tinderbox machine (automake
1.4p5).

the -avoid-version bit tells libtool to just build a .so not a
.so.0.0.0.

jacob
-- 
"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
? docs/reference/cspi/tmpl/at-spi-cspi-unused.sgml
? docs/reference/cspi/tmpl/spi_streamable_content.sgml
? registryd/at-spi-registryd
Index: libspi/Makefile.am
===================================================================
RCS file: /cvs/gnome/at-spi/libspi/Makefile.am,v
retrieving revision 1.29
diff -u -r1.29 Makefile.am
--- libspi/Makefile.am	17 Apr 2002 22:15:06 -0000	1.29
+++ libspi/Makefile.am	22 Apr 2002 15:56:23 -0000
@@ -88,6 +88,8 @@
 	eventlistener.c		\
 	$(IDL_OUT)
 
+base.h keystrokelistener.h libspi.h listener.h remoteobject.h : Accessibility.h
+
 IDLFLAGS = -I$(BONOBO_ACTIVATION_IDL_DIR) \
 	   -I$(LIBBONOBO_IDL_DIR)         \
 	   -I$(top_srcdir)/idl            \
@@ -100,11 +102,11 @@
 orbittypelib_LTLIBRARIES = Accessibility_module.la
 
 Accessibility_module_la_LDFLAGS = \
-	-export-dynamic -module
+	-export-dynamic -module -avoid-version
 Accessibility_module_la_SOURCES = \
 	Accessibility-imodule.c
 
-DONT_DIST_SOURCE = $(IDL_OUT)
+DONT_DIST_SOURCE = $(IDL_OUT) Accessibility-imodule.c
 
 dist-hook:
 	for file in $(DONT_DIST_SOURCE) ; do \
Index: util/Makefile.am
===================================================================
RCS file: /cvs/gnome/at-spi/util/Makefile.am,v
retrieving revision 1.7
diff -u -r1.7 Makefile.am
--- util/Makefile.am	27 Mar 2002 17:08:58 -0000	1.7
+++ util/Makefile.am	22 Apr 2002 15:56:23 -0000
@@ -49,6 +49,8 @@
 BUILT_SOURCES = $(IDL_OUT)
 CLEANFILES+=$(IDL_OUT)
 
+mag_client.c mag_client.h mag_control.c magnifier.h : Magnifier.h
+
 IDLFLAGS = -I$(BONOBO_ACTIVATION_IDL_DIR) 	\
 	-I$(LIBBONOBO_IDL_DIR)			\
 	-I$(top_srcdir)/util/idl		


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