]> git.sur5r.net Git - openldap/commitdiff
ITS#1399, fix make depend when built as module
authorKurt Zeilenga <kurt@openldap.org>
Sat, 8 Dec 2001 07:48:58 +0000 (07:48 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sat, 8 Dec 2001 07:48:58 +0000 (07:48 +0000)
servers/slapd/shell-backends/Makefile.in

index 09845972d3d183458eaab11ab55d328ce7c51023..b1106d5773e0d51749d56925ce5e3cf19a836fa3 100644 (file)
@@ -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)