From a4a479bb365af9a004f1598166a40f462148518e Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Mon, 17 Dec 2012 11:31:17 +0100 Subject: Fix a tests build break in e-util/ --- e-util/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e-util/Makefile.am b/e-util/Makefile.am index 191f209ddb..ad77511d35 100644 --- a/e-util/Makefile.am +++ b/e-util/Makefile.am @@ -595,7 +595,7 @@ TEST_CPPFLAGS = \ $(NULL) TEST_LDADD = \ - $(top_builddir)/e-util/libeutil.la \ + libeutil.la \ $(libeutil_la_LIBADD) \ $(NULL) -- cgit