From: jberkman Date: Mon, 22 Apr 2002 18:29:07 +0000 (+0000) Subject: 2002-04-22 jacob berkman X-Git-Tag: AT_SPI2_CORE_0_1_3~920 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a789f720b90c2c24ee294b870e7464726a25c41e;p=platform%2Fupstream%2Fat-spi2-core.git 2002-04-22 jacob berkman * util/Makefile.am: * libspi/Makefile.am: add deps on the built files to help automake, and don't version the ORBit typelib git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@283 e2bd861d-eb25-0410-b326-f6ed22b6b98c --- diff --git a/ChangeLog b/ChangeLog index e3d52ab..6638a28 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2002-04-22 jacob berkman + + * util/Makefile.am: + * libspi/Makefile.am: add deps on the built files to help + automake, and don't version the ORBit typelib + 2002-04-19 Padraig O'Briain * cspi/cspi-lowlevel.h cspi/spi-impl.h cspi/spi-listener.h diff --git a/libspi/Makefile.am b/libspi/Makefile.am index 64b2058..9f05e01 100644 --- a/libspi/Makefile.am +++ b/libspi/Makefile.am @@ -88,6 +88,8 @@ libspi_la_SOURCES = \ eventlistener.c \ $(IDL_OUT) +accessibility.c 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 @@ orbittypelibdir = $(libdir)/orbit-2.0 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 \ diff --git a/util/Makefile.am b/util/Makefile.am index 76134de..44e1ed1 100644 --- a/util/Makefile.am +++ b/util/Makefile.am @@ -49,6 +49,8 @@ IDL = $(top_srcdir)/util/$(idl_DATA) 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