summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/Makefile.in
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2006-08-22 04:34:06 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:16:26 -0500
commit66758e092b36cc1a3dc78adf42366d1b71f28eca (patch)
treeb1ae9bb9e282cf31e901bface1bc1354a1a95be2 /source4/lib/ldb/Makefile.in
parent23557a9f17a792f427fedb9012bc951bf3918b2d (diff)
downloadsamba-66758e092b36cc1a3dc78adf42366d1b71f28eca.tar.gz
samba-66758e092b36cc1a3dc78adf42366d1b71f28eca.tar.bz2
samba-66758e092b36cc1a3dc78adf42366d1b71f28eca.zip
r17695: added installcheck target
(This used to be commit 7cca1f83f40106707c00edf612796451536d73e5)
Diffstat (limited to 'source4/lib/ldb/Makefile.in')
-rw-r--r--source4/lib/ldb/Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/source4/lib/ldb/Makefile.in b/source4/lib/ldb/Makefile.in
index 7107b87daf..fce9d21fca 100644
--- a/source4/lib/ldb/Makefile.in
+++ b/source4/lib/ldb/Makefile.in
@@ -191,7 +191,9 @@ test-schema:
@echo "SKIPPING SCHEMA MODULE TEST"
endif
-test: $(BINS) test-tdb test-ldap test-sqlite3 test-schema
+installcheck: install test-tdb test-ldap test-sqlite3 test-schema
+
+test: installcheck
install: all
mkdir -p $(includedir) $(libdir)/pkgconfig $(libdir) $(bindir)