diff options
author | Jacob Champion <jchampion@apache.org> | 2017-05-25 23:18:40 +0200 |
---|---|---|
committer | Jacob Champion <jchampion@apache.org> | 2017-05-25 23:18:40 +0200 |
commit | 9d1dad18d8bce72a4e18e04454751bed929a7b8a (patch) | |
tree | c6cdadc46daa1bc341146af4aad276ee40b9c53f /Makefile.in | |
parent | httpdunit: add CMake support for Windows (diff) | |
download | apache2-9d1dad18d8bce72a4e18e04454751bed929a7b8a.tar.xz apache2-9d1dad18d8bce72a4e18e04454751bed929a7b8a.zip |
httpdunit: clean up after ourselves properly
Remove the testcase stubs and object files on `make clean`.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/httpdunit@1796207 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 42f2791983..28cf6b79f6 100644 --- a/Makefile.in +++ b/Makefile.in @@ -20,7 +20,8 @@ INSTALL_TARGETS = install-conf install-htdocs install-error install-icons \ CLEAN_TARGETS = check/apxs check/build/config_vars.mk \ check/conf/$(PROGRAM_NAME).conf check/conf/magic check/conf/mime.types \ - check/conf/extra/* check/include/* + check/conf/extra/* check/include/* $(testcase_OBJECTS) $(testcase_STUBS) \ + test/httpdunit.cases test/unit/*.o DISTCLEAN_TARGETS = include/ap_config_auto.h include/ap_config_layout.h \ include/apache_probes.h \ modules.c config.cache config.log config.status build/config_vars.mk \ |