diff options
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/ChangeLog | 5 | ||||
-rw-r--r-- | calendar/gui/Makefile.am | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 296e890242..94df1a82ff 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,8 @@ +2003-01-23 Ettore Perazzoli <ettore@ximian.com> + + * gui/Makefile.am (componentdir): Removed definition; this is now + defined in configure.in. + 2003-01-22 Ettore Perazzoli <ettore@ximian.com> * pcs/cal-backend.c (cal_backend_ref_categories): Do not put the diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am index 066e47f91e..657e12c92d 100644 --- a/calendar/gui/Makefile.am +++ b/calendar/gui/Makefile.am @@ -31,7 +31,6 @@ BUILT_SOURCES = $(IDL_GENERATED) SUBDIRS = alarm-notify dialogs -componentdir = $(COMPONENT_DIR) component_LTLIBRARIES = libevolution-calendar.la INCLUDES = \ |