diff options
-rw-r--r-- | e-util/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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) |