diff options
-rw-r--r-- | addressbook/ChangeLog | 5 | ||||
-rw-r--r-- | addressbook/gui/component/Makefile.am | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 05cdc5ee4c..f89d6fae44 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,10 @@ 2003-01-26 Chris Toshok <toshok@ximian.com> + * gui/component/Makefile.am (componentdir): need to assign this + here or else the lib doesn't get built. + +2003-01-26 Chris Toshok <toshok@ximian.com> + * printing/e-contact-print.c (e_contact_start_new_page): begin the new page after showing the last one. (complete_sequence): beginpage before we start printing. diff --git a/addressbook/gui/component/Makefile.am b/addressbook/gui/component/Makefile.am index f831c19c6e..2e1a31e9b6 100644 --- a/addressbook/gui/component/Makefile.am +++ b/addressbook/gui/component/Makefile.am @@ -32,6 +32,7 @@ INCLUDES = \ -DLIBGNOMEUI_DISABLE_DEPRECATED \ $(EVOLUTION_ADDRESSBOOK_CFLAGS) +componentdir=$(COMPONENT_DIR) component_LTLIBRARIES = libevolution-addressbook.la libevolution_addressbook_la_SOURCES = \ |