]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/shell-backends/Makefile.in
error message from be_entry_put tool backend function
[openldap] / servers / slapd / shell-backends / Makefile.in
index 7865e3700ecc8487abe3a8273b7b4c94e108c045..84201e5e9a21c42f5bd2ee769f20a3d1d9a02b0e 100644 (file)
@@ -1,3 +1,7 @@
+# $OpenLDAP$
+## Copyright 1998-2002 The OpenLDAP Foundation, All Rights Reserved.
+## COPYING RESTRICTIONS APPLY, see COPYRIGHT file
+
 PROGRAMS = passwd-shell
 
 SRCS = passwd-shell.c shellutil.c
@@ -12,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)