aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/contact-editor/Makefile.am
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2000-06-08 12:41:46 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2000-06-08 12:41:46 +0800
commite1ef78b8f4d27c83c4d281bf18980b9acf8568b7 (patch)
treeb3e7887b8f02b30754c2cbb03f65a28f0a510537 /addressbook/gui/contact-editor/Makefile.am
parent104a3d0bffd91508ef184487aa9fbc0826cc6177 (diff)
downloadgsoc2013-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/gui/contact-editor/Makefile.am')
-rw-r--r--addressbook/gui/contact-editor/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/contact-editor/Makefile.am b/addressbook/gui/contact-editor/Makefile.am
index 1724edf699..1ed9f8b0c3 100644
--- a/addressbook/gui/contact-editor/Makefile.am
+++ b/addressbook/gui/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 \