Skip to content
Snippets Groups Projects
Commit 15908364 authored by Ben Collins's avatar Ben Collins
Browse files

We need a SUBDIR makefile in contrib/ so that compiling in a build dir will work

parent bc3d17ad
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@
##
SUBDIRS= include libraries clients servers tests doc # contrib
CLEANDIRS= contrib/saucer
CLEANDIRS= contrib
INSTALLDIRS=
makefiles: FORCE
......
......@@ -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
......
## Copyright 1998 The OpenLDAP Foundation, All Rights Reserved.
## COPYING RESTRICTIONS APPLY, See COPYRIGHT file
##
## doc Makefile.in for OpenLDAP
SUBDIRS= saucer
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment