diff options
author | Hans Petter Jansson <hpj@novell.com> | 2004-12-23 15:02:17 +0800 |
---|---|---|
committer | Hans Petter <hansp@src.gnome.org> | 2004-12-23 15:02:17 +0800 |
commit | 6d9d18b7ad7e6bf4b4ea1d22f3933db43ad6aeb5 (patch) | |
tree | 0ab29a7bd6746dab8f0083718e459734e5cdc372 /composer/Makefile.am | |
parent | 50f85ab17af236a754cd95fd289beb2e1d6e30c9 (diff) | |
download | gsoc2013-evolution-6d9d18b7ad7e6bf4b4ea1d22f3933db43ad6aeb5.tar.gz gsoc2013-evolution-6d9d18b7ad7e6bf4b4ea1d22f3933db43ad6aeb5.tar.zst gsoc2013-evolution-6d9d18b7ad7e6bf4b4ea1d22f3933db43ad6aeb5.zip |
Remove select-names from here.
2004-12-23 Hans Petter Jansson <hpj@novell.com>
* Makefile.am (selectnamesdir)
(IDL_GENERATED)
(INCLUDES): Remove select-names from here.
* Composer.idl: Remove Evolution-Addressbook-SelectNames.idl include.
svn path=/trunk/; revision=28190
Diffstat (limited to 'composer/Makefile.am')
-rw-r--r-- | composer/Makefile.am | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/composer/Makefile.am b/composer/Makefile.am index aee419abf9..4d536dc95e 100644 --- a/composer/Makefile.am +++ b/composer/Makefile.am @@ -16,11 +16,9 @@ HTML_EDITOR_GENERATED = \ Editor-skels.c \ Editor-stubs.c -selectnamesdir = $(top_srcdir)/addressbook/gui/component/select-names - -$(IDL_GENERATED): $(IDLS) $(selectnamesdir)/Evolution-Addressbook-SelectNames.idl +$(IDL_GENERATED): $(IDLS) $(ORBIT_IDL) -I $(srcdir) -I $(datadir)/idl $(IDL_INCLUDES) \ - -I $(selectnamesdir) $(srcdir)/Composer.idl + $(srcdir)/Composer.idl Editor-commmon.c: $(GTKHTML_DATADIR)/Editor.idl @@ -53,7 +51,6 @@ INCLUDES = \ -I$(top_builddir)/camel \ -I$(top_srcdir)/addressbook/backend \ -I$(top_builddir)/addressbook/backend \ - -I$(top_builddir)/addressbook/gui/component/select-names \ -I$(top_builddir)/shell \ -I$(top_srcdir)/shell \ -DEVOLUTION_DATADIR=\"$(datadir)\" \ |