Commit 7bb8a4da authored by Geoff Simmons's avatar Geoff Simmons

make clean and distclean targets are more thorough

parent 5cb0acd2
......@@ -46,7 +46,6 @@ src/usage.h
src/test/test_append
src/test/test_config
src/test/test_data
src/test/test_hash
src/test/test_mq
src/test/test_parse
src/test/test_spmcq
......
......@@ -31,7 +31,7 @@ trackrdrd_LDADD = \
trackrdrd_LDFLAGS = -ldl
BUILT_SOURCES = usage.h vcs_version.h
MAINTAINERCLEANFILES = usage.h vcs_version.h
DISTCLEANFILES = usage.h vcs_version.h
usage.h: $(top_srcdir)/synopsis.txt $(top_srcdir)/options.txt
( \
......
......@@ -6,6 +6,9 @@ TESTS = test_parse test_data test_append test_mq test_spmcq \
check_PROGRAMS = test_parse test_data test_append test_mq \
test_spmcq test_config test_worker
CLEANFILES = testing.log stderr.txt trackrdrd.pid trackrdrd_*.conf.new
DISTCLEANFILES = mq_test.log
test_parse_SOURCES = \
minunit.h \
test_parse.c \
......
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