aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs/Makefile.am
diff options
context:
space:
mode:
authorHans Petter Jansson <hpj@novell.com>2004-12-23 14:53:54 +0800
committerHans Petter <hansp@src.gnome.org>2004-12-23 14:53:54 +0800
commitf055485f906d93a18b1c7a114c7ba8e33ebe2ed3 (patch)
tree193a6b1be0fb7e1e3af12edf50b415bc3e43cfa7 /calendar/gui/dialogs/Makefile.am
parent0eabd23e17847dc35b67f6ef4cd84af0a25e5dcd (diff)
downloadgsoc2013-evolution-f055485f906d93a18b1c7a114c7ba8e33ebe2ed3.tar
gsoc2013-evolution-f055485f906d93a18b1c7a114c7ba8e33ebe2ed3.tar.gz
gsoc2013-evolution-f055485f906d93a18b1c7a114c7ba8e33ebe2ed3.tar.bz2
gsoc2013-evolution-f055485f906d93a18b1c7a114c7ba8e33ebe2ed3.tar.lz
gsoc2013-evolution-f055485f906d93a18b1c7a114c7ba8e33ebe2ed3.tar.xz
gsoc2013-evolution-f055485f906d93a18b1c7a114c7ba8e33ebe2ed3.tar.zst
gsoc2013-evolution-f055485f906d93a18b1c7a114c7ba8e33ebe2ed3.zip
Correct bad include.
2004-12-23 Hans Petter Jansson <hpj@novell.com> * gui/e-select-names-editable.c: Correct bad include. * gui/dialogs/Makefile.am (IDL_GENERATED_H) (IDL_GENERATED) (BUILT_SOURCES): No longer needed, removed. svn path=/trunk/; revision=28187
Diffstat (limited to 'calendar/gui/dialogs/Makefile.am')
-rw-r--r--calendar/gui/dialogs/Makefile.am13
1 files changed, 0 insertions, 13 deletions
diff --git a/calendar/gui/dialogs/Makefile.am b/calendar/gui/dialogs/Makefile.am
index c34b49d097..03f05715ed 100644
--- a/calendar/gui/dialogs/Makefile.am
+++ b/calendar/gui/dialogs/Makefile.am
@@ -1,16 +1,3 @@
-IDLS = $(top_srcdir)/addressbook/gui/component/select-names/Evolution-Addressbook-SelectNames.idl
-
-IDL_GENERATED_H = \
- Evolution-Addressbook-SelectNames.h
-IDL_GENERATED = $(IDL_GENERATED_H)
-
-$(IDL_GENERATED_H): $(IDLS)
- $(ORBIT_IDL) -I $(srcdir) $(IDL_INCLUDES) \
- --nostubs --noskels --nocommon \
- $(top_srcdir)/addressbook/gui/component/select-names/Evolution-Addressbook-SelectNames.idl
-
-BUILT_SOURCES = $(IDL_GENERATED)
-
INCLUDES = \
-DG_LOG_DOMAIN=\"calendar-gui\" \
-I$(top_srcdir) \