diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-06-08 12:41:46 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-06-08 12:41:46 +0800 |
commit | e1ef78b8f4d27c83c4d281bf18980b9acf8568b7 (patch) | |
tree | b3e7887b8f02b30754c2cbb03f65a28f0a510537 /addressbook/ChangeLog | |
parent | 104a3d0bffd91508ef184487aa9fbc0826cc6177 (diff) | |
download | gsoc2013-evolution-e1ef78b8f4d27c83c4d281bf18980b9acf8568b7.tar gsoc2013-evolution-e1ef78b8f4d27c83c4d281bf18980b9acf8568b7.tar.gz gsoc2013-evolution-e1ef78b8f4d27c83c4d281bf18980b9acf8568b7.tar.bz2 gsoc2013-evolution-e1ef78b8f4d27c83c4d281bf18980b9acf8568b7.tar.lz gsoc2013-evolution-e1ef78b8f4d27c83c4d281bf18980b9acf8568b7.tar.xz gsoc2013-evolution-e1ef78b8f4d27c83c4d281bf18980b9acf8568b7.tar.zst gsoc2013-evolution-e1ef78b8f4d27c83c4d281bf18980b9acf8568b7.zip |
Fix Makefiles so that (guess what?) they work with builddir != srcdir.
svn path=/trunk/; revision=3474
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 2b1f8ab0b6..0da4223475 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,15 @@ +2000-06-08 Ettore Perazzoli <ettore@helixcode.com> + + * contact-editor/Makefile.am (contact_editor_test_LDADD): Remove + the `$(srcdir)/' prefix from `libecontacteditor.a' because [of + course] the library is built in the build directory, not in the + source directory. + * gui/minicard/Makefile.am (minicard_test_LDADD): Likewise with + `libeminicard.a'. + (minicard_label_test_LDADD): Likewise. + (reflow_test_LDADD): Likewise. + (minicard_view_test_LDADD): Likewise. + 2000-06-06 Christopher James Lahey <clahey@helixcode.com> * gui/component/addressbook.c: Bind right click on the ETable to |