]> 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 09845972d3d183458eaab11ab55d328ce7c51023..7dfe4aea96a92ff990c12866e2f9d70ce74e67e3 100644 (file)
@@ -1,5 +1,5 @@
 # $OpenLDAP$
-## Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved.
+## Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
 ## COPYING RESTRICTIONS APPLY, see COPYRIGHT file
 
 PROGRAMS = passwd-shell
@@ -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)