diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-01-24 03:35:35 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-01-24 03:35:35 +0800 |
commit | 0b37350a152e86825cd8a26c7d7f3041579b7475 (patch) | |
tree | f436c423657c025c55da976b730785f8b42b7dba | |
parent | a47f03c9bc4e2a4a6372eae5ad89b0b88d0eae25 (diff) | |
download | gsoc2013-evolution-0b37350a152e86825cd8a26c7d7f3041579b7475.tar gsoc2013-evolution-0b37350a152e86825cd8a26c7d7f3041579b7475.tar.gz gsoc2013-evolution-0b37350a152e86825cd8a26c7d7f3041579b7475.tar.bz2 gsoc2013-evolution-0b37350a152e86825cd8a26c7d7f3041579b7475.tar.lz gsoc2013-evolution-0b37350a152e86825cd8a26c7d7f3041579b7475.tar.xz gsoc2013-evolution-0b37350a152e86825cd8a26c7d7f3041579b7475.tar.zst gsoc2013-evolution-0b37350a152e86825cd8a26c7d7f3041579b7475.zip |
Remove definition; no need to set it here since it's now defined in
* gui/component/select-names/Makefile.am (componentdir): Remove
definition; no need to set it here since it's now defined in
configure.in
* gui/component/Makefile.am (componentdir): Likewise.
svn path=/trunk/; revision=19594
-rw-r--r-- | addressbook/ChangeLog | 7 | ||||
-rw-r--r-- | addressbook/gui/component/Makefile.am | 1 |
2 files changed, 7 insertions, 1 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 4b748d34c7..79d8108b9c 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,10 @@ +2003-01-23 Ettore Perazzoli <ettore@ximian.com> + + * gui/component/select-names/Makefile.am (componentdir): Remove + definition; no need to set it here since it's now defined in + configure.in + * gui/component/Makefile.am (componentdir): Likewise. + 2003-01-22 Ettore Perazzoli <ettore@ximian.com> * gui/component/select-names/Makefile.am (gladedir): Version using diff --git a/addressbook/gui/component/Makefile.am b/addressbook/gui/component/Makefile.am index b1f585db7a..3645f8756d 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 = \ |