diff options
| author | Milan Crha <mcrha@redhat.com> | 2012-12-17 18:31:17 +0800 |
|---|---|---|
| committer | Matthew Barnes <mbarnes@redhat.com> | 2012-12-18 09:17:29 +0800 |
| commit | 068ca624f58b587edc3c13debcaef8416942acea (patch) | |
| tree | f4c5973583a738a57cb7295c786c4cc0c75cc12b | |
| parent | b7662c2d5b09a48624a15c4c78315e643c6b90bc (diff) | |
| download | gsoc2013-evolution-068ca624f58b587edc3c13debcaef8416942acea.tar.gz gsoc2013-evolution-068ca624f58b587edc3c13debcaef8416942acea.tar.zst gsoc2013-evolution-068ca624f58b587edc3c13debcaef8416942acea.zip | |
Fix a tests build break in e-util/
(cherry picked from commit a4a479bb365af9a004f1598166a40f462148518e)
| -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) |
