From e1ef78b8f4d27c83c4d281bf18980b9acf8568b7 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Thu, 8 Jun 2000 04:41:46 +0000 Subject: Fix Makefiles so that (guess what?) they work with builddir != srcdir. svn path=/trunk/; revision=3474 --- addressbook/contact-editor/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'addressbook/contact-editor') 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 \ -- cgit v1.2.3