From: mmclouglin Date: Sat, 18 Aug 2001 13:41:12 +0000 (+0000) Subject: 2001-08-18 Mark McLoughlin X-Git-Tag: AT_SPI2_ATK_2_12_0~1594 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git;a=commitdiff_plain;h=a8a7b7723f78a782a021e76f2e1a2a4ec7536abe 2001-08-18 Mark McLoughlin * libspi/Makefile.am: generate imodule at the same time as other idl compiler generated files. git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@34 e2bd861d-eb25-0410-b326-f6ed22b6b98c --- diff --git a/ChangeLog b/ChangeLog index f8b973d..46371f7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2001-08-18 Mark McLoughlin + + * libspi/Makefile.am: generate imodule + at the same time as other idl compiler + generated files. + 2001-08-17 Bill Haneman * libspi/registry.c : * libspi/application.c : diff --git a/libspi/Makefile.am b/libspi/Makefile.am index 89e3055..654e3e8 100644 --- a/libspi/Makefile.am +++ b/libspi/Makefile.am @@ -35,8 +35,8 @@ IDL = \ $(top_srcdir)/idl/Role.idl \ $(top_srcdir)/idl/State.idl -BUILT_SOURCES = $(IDL_OUT) -CLEANFILES+=$(IDL_OUT) +BUILT_SOURCES = $(IDL_OUT) Accessibility-imodule.c +CLEANFILES+=$(IDL_OUT) Accessibility-imodule.c libspi_la_SOURCES = accessible.c \ accessible.h \ @@ -52,14 +52,14 @@ libspi_la_SOURCES = accessible.c \ registry.h \ $(IDL_OUT) -IDLFLAGS = -I$(BONOBO_ACTIVATION_IDL_DIR) -I$(LIBBONOBO_IDL_DIR) -I$(top_srcdir)/idl +IDLFLAGS = -I$(BONOBO_ACTIVATION_IDL_DIR) \ + -I$(LIBBONOBO_IDL_DIR) \ + -I$(top_srcdir)/idl \ + --add-imodule -$(IDL_OUT) : $(IDL) $(ORBIT_IDL) +$(IDL_OUT) Accessibility-imodule.c : $(IDL) $(ORBIT_IDL) $(ORBIT_IDL) -D__ACCESSIBILITY_COMPILATION__ $(IDLFLAGS) $(top_srcdir)/idl/Accessibility.idl -Accessibility-imodule.c : $(IDL) $(ORBIT_IDL) - $(ORBIT_IDL) -D__ACCESSIBILITY_COMPILATION__ $(IDLFLAGS) --imodule $(top_srcdir)/idl/Accessibility.idl - orbittypelibdir = $(libdir)/orbit orbittypelib_LTLIBRARIES = Accessibility_module.la diff --git a/po/ChangeLog b/po/ChangeLog index aa3a623..e69de29 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,8 +0,0 @@ -2001-08-16 gettextize - - * Makefile.in.in: Upgrade to gettext-0.10.39. - -2001-08-15 gettextize - - * Makefile.in.in: Upgrade to gettext-0.10.38. -