[librsvg/wip/otte: 21/39] tests: Make lib dependencies not use absolute deps
- From: Benjamin Otte <otte src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [librsvg/wip/otte: 21/39] tests: Make lib dependencies not use absolute deps
- Date: Tue, 20 Oct 2015 12:35:31 +0000 (UTC)
commit 30599f8a56cd73fb391e5def2fde91b1a431ff83
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]