diff options
-rw-r--r-- | addressbook/ChangeLog | 4 | ||||
-rw-r--r-- | addressbook/gui/component/Makefile.am | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index f89d6fae44..0e880544b8 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,9 @@ 2003-01-26 Chris Toshok <toshok@ximian.com> + * gui/component/Makefile.am: i need to sleep more. + +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. diff --git a/addressbook/gui/component/Makefile.am b/addressbook/gui/component/Makefile.am index 2e1a31e9b6..f831c19c6e 100644 --- a/addressbook/gui/component/Makefile.am +++ b/addressbook/gui/component/Makefile.am @@ -32,7 +32,6 @@ INCLUDES = \ -DLIBGNOMEUI_DISABLE_DEPRECATED \ $(EVOLUTION_ADDRESSBOOK_CFLAGS) -componentdir=$(COMPONENT_DIR) component_LTLIBRARIES = libevolution-addressbook.la libevolution_addressbook_la_SOURCES = \ |