diff options
Diffstat (limited to 'source4/lib/ldb')
-rw-r--r-- | source4/lib/ldb/Makefile.in | 4 |
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) |