From: padraigo Date: Thu, 13 Feb 2003 11:43:04 +0000 (+0000) Subject: 2003-02-13 Padraig O'Briain X-Git-Tag: AT_SPI2_ATK_2_12_0~1277 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4078ea1543e1e07cefc6534e14ee98bc67303f51;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git 2003-02-13 Padraig O'Briain * atk-bridge/Makefile.am: Allow for build directory to be different from source directory * registryd/Makefile.am: Allow for build directory to be different from source directory Bug #104744. git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@400 e2bd861d-eb25-0410-b326-f6ed22b6b98c --- diff --git a/ChangeLog b/ChangeLog index 24d80ba..155fb4e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2003-02-13 Padraig O'Briain + + * atk-bridge/Makefile.am: Allow for build directory to be different + from source directory + + * registryd/Makefile.am: Allow for build directory to be different + from source directory + + Bug #104744. + 2003-01-29 Bill Haneman * cspi/Makefile.am: @@ -8,7 +18,7 @@ * cspi/spi_event.c: Clean up inline docs a little. -2003-01-27 Padraig O'Briain * registryd/desktop.c: Implement AccessibleComponent for SpiDesktop. This is done by implementing AtkComponent for SpiAtkDesktop, which is @@ -21,12 +31,12 @@ * registryd/registry.c (spi_registry_init): Add call to gdk_init() so that Display is set when SpiDesktop is created. -2003-01-21 Padraig O'Briain * registryd/deviceeventcontroller.c: Add include of This fixes bug #102830. -2003-01-15 Padraig O'Briain * test/test-simple.c: Update to take account of fact that GailButton now implements AtkText. @@ -39,17 +49,17 @@ * cpsi/spi_table.c (AccessibleTable_getNSelectedColumns): Fix typo in documentation comments. Bug #94275. -2003-01-15 Padraig O'Briain * libspi/text.c (impl_getBoundedRanges): Bug fix. -2003-01-10 Padraig O'Briain * libspi/text.c: Add includes to avoid compiler warnings on Solaris. (impl_getRangeExtents): Bug fix. -2002-12-17 Bill Haneman Fix for 100944, [API addition approved by Gman and murrayc]. diff --git a/atk-bridge/Makefile.am b/atk-bridge/Makefile.am index 3773c3b..7ea93d6 100644 --- a/atk-bridge/Makefile.am +++ b/atk-bridge/Makefile.am @@ -24,6 +24,6 @@ DEPS = \ LDFLAGS = @LDFLAGS@ -no-undefined -module -avoid-version -libatk_bridge_la_LIBADD = $(ATK_BRIDGE_LIBS) ../libspi/libspi.la +libatk_bridge_la_LIBADD = $(ATK_BRIDGE_LIBS) $(top_builddir/libspi/libspi.la CFLAGS += $(ATK_BRIDGE_CFLAGS) diff --git a/registryd/Makefile.am b/registryd/Makefile.am index 94aa3b4..50f2528 100644 --- a/registryd/Makefile.am +++ b/registryd/Makefile.am @@ -20,7 +20,7 @@ at_spi_registryd_SOURCES = \ registry.c \ registry.h -LDADD = ../libspi/libspi.la $(X_LIBS) $(XTST_LIBS) $(REGISTRYD_LIBS) +LDADD = $(top_builddir)/libspi/libspi.la $(X_LIBS) $(XTST_LIBS) $(REGISTRYD_LIBS) serverinfodir = $(libdir)/bonobo/servers serverinfo_DATA = Accessibility_Registry.server