summaryrefslogtreecommitdiff
path: root/test/unit/Makefile.am
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2012-08-01 21:05:36 +0000
committerMorgan Deters <mdeters@gmail.com>2012-08-01 21:05:36 +0000
commit1e94b6229e01806f3065066d8eb4917253ef8862 (patch)
tree3294b03fcecbf300e8ce7d7c4c144c27ca643558 /test/unit/Makefile.am
parenta1a8a758846ae4d0a0bd4d6d2b969afd66ddad42 (diff)
fixes to some *clean targets
Diffstat (limited to 'test/unit/Makefile.am')
-rw-r--r--test/unit/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/unit/Makefile.am b/test/unit/Makefile.am
index 1ab00bf8d..5f5a1e75e 100644
--- a/test/unit/Makefile.am
+++ b/test/unit/Makefile.am
@@ -104,6 +104,7 @@ EXTRA_DIST = \
$(TEST_DEPS_DIST)
MOSTLYCLEANFILES = $(UNIT_TESTS) $(UNIT_TESTS:%=%.cpp) $(UNIT_TESTS:%=%.lo)
+DISTCLEANFILES = $(UNIT_TESTS:%=.deps/%.Plo)
# the tests automake infrastructure doesn't clean up .o files :-(
# handle both .libs and _libs variants
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback