diff options
author | Chris Toshok <toshok@ximian.com> | 2003-01-26 20:06:53 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2003-01-26 20:06:53 +0800 |
commit | 981814bd2c53f61d0d617aeeb4ff7e3cf03dc91e (patch) | |
tree | 62d8e41de053591e84643234779fbf384c9aa0d8 /addressbook | |
parent | 05d5d6d9005492a8fbd6837ba9808fff914529b8 (diff) | |
download | gsoc2013-evolution-981814bd2c53f61d0d617aeeb4ff7e3cf03dc91e.tar.gz gsoc2013-evolution-981814bd2c53f61d0d617aeeb4ff7e3cf03dc91e.tar.zst gsoc2013-evolution-981814bd2c53f61d0d617aeeb4ff7e3cf03dc91e.zip |
i need to sleep more.
2003-01-26 Chris Toshok <toshok@ximian.com>
* gui/component/Makefile.am: i need to sleep more.
svn path=/trunk/; revision=19635
Diffstat (limited to 'addressbook')
-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 = \ |