diff options
author | Milan Crha <mcrha@redhat.com> | 2012-12-17 18:31:17 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2012-12-17 18:31:17 +0800 |
commit | a4a479bb365af9a004f1598166a40f462148518e (patch) | |
tree | 1f145fd21c33c6897c37db2f75f2d8fe20b264bb | |
parent | 79f9fe7f770b95600d4997267e3ed2416523387e (diff) | |
download | gsoc2013-evolution-a4a479bb365af9a004f1598166a40f462148518e.tar.gz gsoc2013-evolution-a4a479bb365af9a004f1598166a40f462148518e.tar.zst gsoc2013-evolution-a4a479bb365af9a004f1598166a40f462148518e.zip |
Fix a tests build break in e-util/
-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) |