From: Kurt Zeilenga Date: Sat, 8 Dec 2001 07:48:58 +0000 (+0000) Subject: ITS#1399, fix make depend when built as module X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~705 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=6a8d7d92fbe348417fbff54e842bc96da6ccbbf4;p=openldap ITS#1399, fix make depend when built as module --- diff --git a/servers/slapd/shell-backends/Makefile.in b/servers/slapd/shell-backends/Makefile.in index 09845972d3..b1106d5773 100644 --- a/servers/slapd/shell-backends/Makefile.in +++ b/servers/slapd/shell-backends/Makefile.in @@ -16,6 +16,11 @@ BUILD_SRV = @BUILD_SHELL@ all-local-srv: $(PROGRAMS) +# create programs also when using modules +depend-mod: depend-yes +all-mod: all-yes +install-mod: install-yes + passwd-shell: pwd-version.o $(CC) $(LDFLAGS) -o $@ $(OBJS) pwd-version.o $(LIBS)