]> 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 75064b34044a0347e74fc43239a59a767b952562..7dfe4aea96a92ff990c12866e2f9d70ce74e67e3 100644 (file)
@@ -1,3 +1,7 @@
+# $OpenLDAP$
+## Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
+## COPYING RESTRICTIONS APPLY, see COPYRIGHT file
+
 PROGRAMS = passwd-shell
 
 SRCS = passwd-shell.c shellutil.c
@@ -12,13 +16,14 @@ 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)
 
 pwd-version.c: $(OBJS) $(LDAP_LIBDEPEND)
-       $(RM) $@
-       (u=$${USER-root} v=`$(CAT) $(VERSIONFILE)` d=`$(PWD)` h=`$(HOSTNAME)` \
-       t=`$(DATE)`; $(SED) -e "s|%WHEN%|$${t}|" \
-       -e "s|%WHOANDWHERE%|$${u}@$${h}:$${d}|" \
-       -e "s|%VERSION%|$${v}|" \
-       < $(srcdir)/pwd-Version.c > $@)
+       @-$(RM) $@
+       $(MKVERSION) passwd-shell > $@