]> git.sur5r.net Git - openldap/blob - servers/slapd/shell-backends/Makefile.in
Use "uri" directive (instead of "server") to specify server. Add "bin
[openldap] / servers / slapd / shell-backends / Makefile.in
1 # $OpenLDAP$
2 ## Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved.
3 ## COPYING RESTRICTIONS APPLY, see COPYRIGHT file
4
5 PROGRAMS = passwd-shell
6
7 SRCS = passwd-shell.c shellutil.c
8 XSRCS = pwd-version.c
9 OBJS = passwd-shell.o shellutil.o
10
11 LDAP_INCDIR= ../../../include       
12 LDAP_LIBDIR= ../../../libraries
13
14 BUILD_OPT = "--enable-shell"
15 BUILD_SRV = @BUILD_SHELL@
16
17 all-local-srv: $(PROGRAMS)
18
19 passwd-shell:   pwd-version.o
20         $(CC) $(LDFLAGS) -o $@ $(OBJS) pwd-version.o $(LIBS)
21
22 pwd-version.c: $(OBJS) $(LDAP_LIBDEPEND)
23         @-$(RM) $@
24         $(MKVERSION) passwd-shell > $@