From: Richard W.M. Jones Date: Sat, 26 Apr 2014 17:33:21 +0000 (+0100) Subject: tests: Accurately list sources of test-spawn program. X-Git-Tag: v1.1~23 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=d568459fc424175df73779da8cae92fee466abf6;p=miniexpect.git tests: Accurately list sources of test-spawn program. --- 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