From 0baf6a89ac67c7e5bbd32f71e26b807a1d50aab1 Mon Sep 17 00:00:00 2001 From: Jonathan McCrohan Date: Wed, 8 Jul 2015 23:43:03 +0100 Subject: Imported Upstream version 1.5 --- tests/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/Makefile.am') diff --git a/tests/Makefile.am b/tests/Makefile.am index 5d773f1..cd64cc1 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -3,10 +3,10 @@ noinst_PROGRAMS = libconfig_tests libconfig_tests_SOURCES = tests.c -libconfig_tests_CPPFLAGS = -I../tinytest -I../lib +libconfig_tests_CPPFLAGS = -I$(top_srcdir)/tinytest -I../lib -libconfig_tests_LDADD = -L../tinytest -ltinytest \ - -L../lib/.libs -lconfig +libconfig_tests_LDADD = -L$(top_builddir)/tinytest -ltinytest \ + -L$(top_builddir)/lib/.libs -lconfig EXTRA_DIST = \ -- cgit v1.2.3