]> git.sur5r.net Git - openldap/blob - servers/slapd/shell-backends/Makefile.in
Modified to use libtool's ltdl instead of gmodule
[openldap] / servers / slapd / shell-backends / Makefile.in
1 PROGRAMS = passwd-shell
2
3 SRCS = passwd-shell.c shellutil.c
4 XSRCS = pwd-version.c
5 OBJS = passwd-shell.o shellutil.o
6
7 LDAP_INCDIR= ../../../include       
8 LDAP_LIBDIR= ../../../libraries
9
10 BUILD_OPT = "--enable-shell"
11 BUILD_SRV = @BUILD_SHELL@
12
13 all-local-srv: $(PROGRAMS)
14
15 passwd-shell:   pwd-version.o
16         $(CC) $(LDFLAGS) -o $@ $(OBJS) pwd-version.o $(LIBS)
17
18 pwd-version.c: $(OBJS) $(LDAP_LIBDEPEND)
19         @-$(RM) $@
20         $(MKVERSION) passwd-shell > $@