diff options
author | Peter Williams <peterw@ximian.com> | 2002-07-17 02:33:42 +0800 |
---|---|---|
committer | Peter Williams <peterw@src.gnome.org> | 2002-07-17 02:33:42 +0800 |
commit | fdbb4f0b05e6c31cfd20b9285dca4e10e0afd050 (patch) | |
tree | d12c8bb59591331ac5603bb73c59440a30270f79 | |
parent | 93706fdd921d43ef71f43a05c31ea721c9a5f518 (diff) | |
download | gsoc2013-evolution-fdbb4f0b05e6c31cfd20b9285dca4e10e0afd050.tar gsoc2013-evolution-fdbb4f0b05e6c31cfd20b9285dca4e10e0afd050.tar.gz gsoc2013-evolution-fdbb4f0b05e6c31cfd20b9285dca4e10e0afd050.tar.bz2 gsoc2013-evolution-fdbb4f0b05e6c31cfd20b9285dca4e10e0afd050.tar.lz gsoc2013-evolution-fdbb4f0b05e6c31cfd20b9285dca4e10e0afd050.tar.xz gsoc2013-evolution-fdbb4f0b05e6c31cfd20b9285dca4e10e0afd050.tar.zst gsoc2013-evolution-fdbb4f0b05e6c31cfd20b9285dca4e10e0afd050.zip |
Install the SelectNames IDL and ancillary changes.
2002-07-08 Peter Williams <peterw@ximian.com>
* gui/component/select-names/Makefile.am (idl_DATA): Install the
SelectNames IDL and ancillary changes.
svn path=/trunk/; revision=17477
-rw-r--r-- | addressbook/ChangeLog | 5 | ||||
-rw-r--r-- | addressbook/gui/component/select-names/Makefile.am | 9 |
2 files changed, 10 insertions, 4 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 45c65dc92e..16bd72790b 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,8 @@ +2002-07-08 Peter Williams <peterw@ximian.com> + + * gui/component/select-names/Makefile.am (idl_DATA): Install the + SelectNames IDL and ancillary changes. + 2002-07-12 Chris Toshok <toshok@ximian.com> * backend/pas/pas-backend-summary.c (free_summary_item): free the diff --git a/addressbook/gui/component/select-names/Makefile.am b/addressbook/gui/component/select-names/Makefile.am index 347af45f74..c12027c49d 100644 --- a/addressbook/gui/component/select-names/Makefile.am +++ b/addressbook/gui/component/select-names/Makefile.am @@ -1,6 +1,8 @@ # CORBA stuff -IDLS = \ +idldir = $(datadir)/idl + +idl_DATA = \ Evolution-Addressbook-SelectNames.idl IDL_GENERATED = \ @@ -11,7 +13,7 @@ IDL_GENERATED = \ Evolution-Addressbook-SelectNames-impl.o: Evolution-Addressbook-SelectNames.h -$(IDL_GENERATED): $(IDLS) +$(IDL_GENERATED): $(idl_DATA) $(ORBIT_IDL) -I $(srcdir) -I $(datadir)/idl `$(GNOME_CONFIG) --cflags idl` \ $(srcdir)/Evolution-Addressbook-SelectNames.idl @@ -75,8 +77,7 @@ glade_DATA = select-names.glade EXTRA_DIST = \ $(glade_DATA) \ $(oaf_in_files) \ - $(oaf_DATA) \ - $(IDLS) + $(oaf_DATA) BUILT_SOURCES = $(IDL_GENERATED) CLEANFILES = $(BUILT_SOURCES) |