Commit adca670d authored by Geoff Simmons's avatar Geoff Simmons

style fascism:

* 80 char line limit also goes for Makefile.am (and any other source)
* removed a stray tab from Makefile.am (could interfere with make)
parent 3c4583a6
......@@ -3,8 +3,8 @@ INCLUDES = -I$(VARNISHSRC)/include -I$(VARNISHSRC) -I$(top_srcdir)/include
TESTS = test_parse test_data test_hash test_mq test_spmcq test_config \
test_spmcq_loop.sh test_worker regress.sh
check_PROGRAMS = test_parse test_data test_hash test_mq test_spmcq test_config \
test_worker
check_PROGRAMS = test_parse test_data test_hash test_mq test_spmcq \
test_config test_worker
test_parse_SOURCES = \
minunit.h \
......@@ -78,7 +78,7 @@ test_config_SOURCES = \
test_config_LDADD = \
$(VARNISHSRC)/lib/libvarnish/libvarnish.la
test_worker_SOURCES = \
minunit.h \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment