]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
Import depend-mod fix from HEAD
authorKurt Zeilenga <kurt@openldap.org>
Tue, 15 Jan 2002 02:54:46 +0000 (02:54 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 15 Jan 2002 02:54:46 +0000 (02:54 +0000)
servers/slapd/shell-backends/Makefile.in

index a00c34cdcafe08555ff7ac85e51c664a8e3b4f6b..84201e5e9a21c42f5bd2ee769f20a3d1d9a02b0e 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)