From fcbb259416b76c94583aaaea2ffae50d9746a891 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Fri, 11 Apr 2003 18:18:20 +0000 Subject: Oops. Add this back. Turns out it's still needed by other parts. * gui/dialogs/Makefile.am (IDL_GENERATED, etc): Oops. Add this back. Turns out it's still needed by other parts. svn path=/trunk/; revision=20821 --- calendar/ChangeLog | 7 ++++++- calendar/gui/dialogs/.cvsignore | 1 + calendar/gui/dialogs/Makefile.am | 14 ++++++++++++++ 3 files changed, 21 insertions(+), 1 deletion(-) diff --git a/calendar/ChangeLog b/calendar/ChangeLog index e5aff79165..3094c17956 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,8 @@ +2003-04-11 Dan Winship + + * gui/dialogs/Makefile.am (IDL_GENERATED, etc): Oops. Add this + back. Turns out it's still needed by other parts. + 2003-04-11 Dan Winship * gui/dialogs/task-page.glade: Remove the "Contacts" button and @@ -10,7 +15,7 @@ * gui/dialogs/comp-editor-util.h: Likewise * gui/dialogs/Makefile.am (IDL_GENERATED, etc): Remove - select-names stuff, which is no longe rused. + select-names stuff, which is no longer used. 2003-04-11 Rodrigo Moya diff --git a/calendar/gui/dialogs/.cvsignore b/calendar/gui/dialogs/.cvsignore index ba36b62d3e..3c01d14597 100644 --- a/calendar/gui/dialogs/.cvsignore +++ b/calendar/gui/dialogs/.cvsignore @@ -2,3 +2,4 @@ .pure Makefile Makefile.in +Evolution-Addressbook-SelectNames.h diff --git a/calendar/gui/dialogs/Makefile.am b/calendar/gui/dialogs/Makefile.am index f61640ab67..53ea88a9dc 100644 --- a/calendar/gui/dialogs/Makefile.am +++ b/calendar/gui/dialogs/Makefile.am @@ -1,3 +1,16 @@ +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) \ @@ -20,6 +33,7 @@ INCLUDES = \ noinst_LTLIBRARIES = libcal-dialogs.la libcal_dialogs_la_SOURCES = \ + $(IDL_GENERATED) \ alarm-options.c \ alarm-options.h \ alarm-page.c \ -- cgit v1.2.3