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