]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/shell-backends/Makefile.in
Fix cursor initialization, scope IDs
[openldap] / servers / slapd / shell-backends / Makefile.in
index 6935c5ffa214724cd66deb7dd2553b9fa846f5d3..7dfe4aea96a92ff990c12866e2f9d70ce74e67e3 100644 (file)
@@ -1,4 +1,6 @@
 # $OpenLDAP$
+## Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
+## COPYING RESTRICTIONS APPLY, see COPYRIGHT file
 
 PROGRAMS = passwd-shell
 
@@ -14,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)