From: Ben Collins Date: Sat, 13 Mar 1999 18:16:11 +0000 (+0000) Subject: We need a SUBDIR makefile in contrib/ so that compiling in a build dir will work X-Git-Tag: OPENLDAP_SLAPD_BACK_LDAP~401 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=159083640aa018add589ddb2cf5583b7fdf79ee2;p=openldap We need a SUBDIR makefile in contrib/ so that compiling in a build dir will work --- diff --git a/Makefile.in b/Makefile.in index 84505581a3..f050d77a2a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -10,7 +10,7 @@ ## SUBDIRS= include libraries clients servers tests doc # contrib -CLEANDIRS= contrib/saucer +CLEANDIRS= contrib INSTALLDIRS= makefiles: FORCE diff --git a/configure.in b/configure.in index 65ae621f2a..67f2f906b0 100644 --- a/configure.in +++ b/configure.in @@ -1823,6 +1823,7 @@ servers/slapd/tools/Makefile:build/top.mk:servers/slapd/tools/Makefile.in \ servers/slurpd/Makefile:build/top.mk:servers/slurpd/Makefile.in:build/srv.mk \ tests/Makefile:build/top.mk:tests/Makefile.in:build/dir.mk \ tests/progs/Makefile:build/top.mk:tests/progs/Makefile.in:build/rules.mk \ +contrib/Makefile:build/top.mk:contrib/Makefile.in:build/dir.mk \ contrib/saucer/Makefile:build/top.mk:contrib/saucer/Makefile.in:build/rules.mk \ ,[ date > stamp-h diff --git a/contrib/Makefile.in b/contrib/Makefile.in new file mode 100644 index 0000000000..927833ee9a --- /dev/null +++ b/contrib/Makefile.in @@ -0,0 +1,6 @@ +## Copyright 1998 The OpenLDAP Foundation, All Rights Reserved. +## COPYING RESTRICTIONS APPLY, See COPYRIGHT file +## +## doc Makefile.in for OpenLDAP + +SUBDIRS= saucer