From: Simon Ruderich Date: Mon, 29 Jul 2013 11:14:28 +0000 (+0200) Subject: tests/Makefile.am: Remove unnecessary client_SOURCES. X-Git-Url: https://ruderich.org/simon/gitweb/?p=tlsproxy%2Ftlsproxy.git;a=commitdiff_plain;h=d3db09b0f3e23158995913029a9c9dfc2f9d83f5 tests/Makefile.am: Remove unnecessary client_SOURCES. It defaults to $(check_PROGRAMS).c. --- diff --git a/tests/Makefile.am b/tests/Makefile.am index 27ecaff..58f62f0 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,7 +1,6 @@ TESTS = tests-normal.sh tests-passthrough.sh tests-authentication.sh dist_check_SCRIPTS = $(TESTS) common.sh check_PROGRAMS = client -client_SOURCES = client.c dist_check_DATA = server-bad.pem server-key.pem server.pem