X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=Makefile.in;h=3a33861dd693eb0a5a00027849945b6194b32219;hb=b371357c13d20fbe378a0b144ecb14e5fd7820f0;hp=f050d77a2af8be8fa660e2b61490ae840b043f01;hpb=159083640aa018add589ddb2cf5583b7fdf79ee2;p=openldap diff --git a/Makefile.in b/Makefile.in index f050d77a2a..3a33861dd6 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,6 +1,7 @@ +# $OpenLDAP$ # Master Makefile for OpenLDAP ## -## Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA +## Copyright 1998-2000 The OpenLDAP Foundation, Redwood City, California, USA ## All rights reserved. ## ## Redistribution and use in source and binary forms are permitted only @@ -9,9 +10,9 @@ ## in file LICENSE in the top-level directory of the distribution. ## -SUBDIRS= include libraries clients servers tests doc # contrib +SUBDIRS= include libraries clients servers tests doc CLEANDIRS= contrib -INSTALLDIRS= +INSTALLDIRS= makefiles: FORCE ./config.status @@ -27,3 +28,6 @@ veryclean-local: FORCE $(RM) config.cache config.status libtool stamp-h stamp-h.in distclean: veryclean FORCE + +test: FORCE + cd tests; make test