From a789f720b90c2c24ee294b870e7464726a25c41e Mon Sep 17 00:00:00 2001 From: jberkman Date: Mon, 22 Apr 2002 18:29:07 +0000 Subject: [PATCH] 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 --- ChangeLog | 6 ++++++ libspi/Makefile.am | 6 ++++-- util/Makefile.am | 2 ++ 3 files changed, 12 insertions(+), 2 deletions(-) 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 -- 2.7.4