summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source4/lib/replace/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/lib/replace/Makefile.in b/source4/lib/replace/Makefile.in
index 4d14fe5123..a53a1271ef 100644
--- a/source4/lib/replace/Makefile.in
+++ b/source4/lib/replace/Makefile.in
@@ -26,6 +26,8 @@ libreplace.a: $(OBJS)
test: testsuite
./testsuite
+installcheck: install test
+
TEST_OBJS = test/testsuite.o
testsuite: libreplace.a $(TEST_OBJS)