]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/shell-backends/Makefile.in
address ITS#4332; might remove dynamicObject counting
[openldap] / servers / slapd / shell-backends / Makefile.in
index 6935c5ffa214724cd66deb7dd2553b9fa846f5d3..dbd783f1a96438888707e6289afeedb894bd4048 100644 (file)
@@ -1,4 +1,17 @@
+# Makefile.in for shell-backends
 # $OpenLDAP$
+## This work is part of OpenLDAP Software <http://www.openldap.org/>.
+##
+## Copyright 1998-2006 The OpenLDAP Foundation.
+## All rights reserved.
+##
+## Redistribution and use in source and binary forms, with or without
+## modification, are permitted only as authorized by the OpenLDAP
+## Public License.
+##
+## A copy of this license is available in the file LICENSE in the
+## top-level directory of the distribution or, alternatively, at
+## <http://www.OpenLDAP.org/license.html>.
 
 PROGRAMS = passwd-shell
 
@@ -14,6 +27,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)