From d568459fc424175df73779da8cae92fee466abf6 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sat, 26 Apr 2014 18:33:21 +0100 Subject: [PATCH] tests: Accurately list sources of test-spawn program. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index d6e0a24..1f649ac 100644 --- a/Makefile.am +++ b/Makefile.am @@ -41,7 +41,7 @@ example_sshpass_LDADD = libminiexpect.la TESTS = $(check_PROGRAMS) check_PROGRAMS = test-spawn -test_spawn_SOURCES = test-spawn.c +test_spawn_SOURCES = test-spawn.c tests.h miniexpect.h test_spawn_CFLAGS = $(PCRE_CFLAGS) -Wall test_spawn_LDADD = libminiexpect.la -- 1.8.3.1