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
This commit is contained in:
Peter Williams
2002-07-16 18:33:42 +00:00
committed by Peter Williams
parent 93706fdd92
commit fdbb4f0b05
2 changed files with 10 additions and 4 deletions

View File

@ -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

View File

@ -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)