[librsvg] tests: Make lib dependencies not use absolute deps
- From: Benjamin Otte <otte src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [librsvg] tests: Make lib dependencies not use absolute deps
- Date: Thu, 22 Oct 2015 11:13:40 +0000 (UTC)
commit 7e949cfc2d72f0f7453f56caa9f4af10e18ee263
Author: Benjamin Otte <otte redhat com>
Date: Wed Oct 14 19:25:27 2015 +0200
tests: Make lib dependencies not use absolute deps
This confuses automake and it will not generate dependencies correctly
tests/Makefile.am | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 014ece4..33e24a7 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -9,8 +9,8 @@ noinst_LTLIBRARIES = \
libtest-utils.la
LDADD = $(top_builddir)/librsvg- RSVG_API_MAJOR_VERSION@.la \
- $(top_builddir)/tests/libtest-utils.la \
- $(top_builddir)/tests/pdiff/libpdiff.la \
+ libtest-utils.la \
+ pdiff/libpdiff.la \
$(LIBRSVG_LIBS)
INCLUDES = -I$(srcdir) \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]