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/contact-editor | |
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/contact-editor')
-rw-r--r-- | addressbook/contact-editor/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/contact-editor/Makefile.am b/addressbook/contact-editor/Makefile.am index 1724edf699..1ed9f8b0c3 100644 --- a/addressbook/contact-editor/Makefile.am +++ b/addressbook/contact-editor/Makefile.am @@ -30,7 +30,7 @@ contact_editor_test_SOURCES = \ test-editor.c contact_editor_test_LDADD = \ - $(srcdir)/libecontacteditor.a \ + libecontacteditor.a \ $(top_builddir)/e-util/libeutil.la \ $(top_builddir)/addressbook/backend/ebook/libebook.la \ $(top_builddir)/addressbook/ename/libename.la \ |