From 899e079e77dbbdba0c4cff36f08eff5780b894df Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Sat, 8 Jul 2000 08:30:04 +0000 Subject: Use the new controls implemented in the addressbook in the message composer. svn path=/trunk/; revision=3973 --- composer/Makefile.am | 35 ++++++++++++++++++++++++++++------- 1 file changed, 28 insertions(+), 7 deletions(-) (limited to 'composer/Makefile.am') diff --git a/composer/Makefile.am b/composer/Makefile.am index 0c78a7b9f3..44c19403ca 100644 --- a/composer/Makefile.am +++ b/composer/Makefile.am @@ -1,3 +1,22 @@ +## CORBA stuff + +IDLS = \ + $(top_srcdir)/addressbook/gui/component/select-names/Evolution-Addressbook-SelectNames.idl + +IDL_GENERATED = \ + Evolution-Addressbook-SelectNames.h \ + Evolution-Addressbook-SelectNames-common.c \ + Evolution-Addressbook-SelectNames-skels.c \ + Evolution-Addressbook-SelectNames-stubs.c + +Evolution-Addressbook-SelectNames-impl.o: Evolution-Addressbook-SelectNames.h + +$(IDL_GENERATED): $(IDLS) + $(ORBIT_IDL) -I$(datadir)/idl -I`$(GNOME_CONFIG) --datadir`/idl \ + $(top_srcdir)/addressbook/gui/component/select-names/Evolution-Addressbook-SelectNames.idl + +## + gladedir = $(datadir)/evolution/glade glade_DATA = \ @@ -11,19 +30,21 @@ libcomposerincludedir = $(includedir)/composer noinst_LTLIBRARIES = libcomposer.la libcomposer_la_LDFLAGS = -static -INCLUDES = \ - -I$(top_srcdir) \ - -I$(top_builddir) \ - -I$(top_srcdir)/camel \ - -I$(top_builddir)/camel \ - $(GNOME_INCLUDEDIR) \ - $(BONOBO_GNOME_CFLAGS) \ +INCLUDES = \ + -I$(top_srcdir) \ + -I$(top_builddir) \ + -I$(top_srcdir)/camel \ + -I$(top_builddir)/camel \ + -I$(top_builddir)/addressbook/gui/component/select-names \ + $(GNOME_INCLUDEDIR) \ + $(BONOBO_GNOME_CFLAGS) \ -DG_LOG_DOMAIN=\"composer\" CPPFLAGS = \ -DE_GLADEDIR=\"$(gladedir)\" libcomposer_la_SOURCES = \ + $(IDL_GENERATED) \ e-msg-composer-address-dialog.c \ e-msg-composer-address-dialog.h \ e-msg-composer-address-entry.c \ -- cgit