From 0b18c4bd566f21e14b6e1aade029387cb76394d2 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Fri, 31 May 2013 23:03:26 -0700 Subject: Cleanup automake rules a little. --- tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index ee90ab2..5c0a09a 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,6 +1,6 @@ TESTS = check_ipaddrcheck integration_tests.sh -TESTS_ENVIRONMENT = top_srcdir=$(top_srcdir) PATH=.:../src:$$PATH +TESTS_ENVIRONMENT = top_srcdir=$(top_srcdir) PATH=.:$(top_srcdir)/src:$$PATH check_PROGRAMS = check_ipaddrcheck check_ipaddrcheck_SOURCES = check_ipaddrcheck.c ../src/ipaddrcheck_functions.c -- cgit v1.2.3