]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/shell-backends/Makefile.in
We shouldn't detach a thread that we want to join with...
[openldap] / servers / slapd / shell-backends / Makefile.in
index aab59ca8fcfdaa47867aaeacd111d5ff045ec6f2..8789dede37e4fd09b9ff5422f1641d827eedc0d4 100644 (file)
@@ -7,6 +7,11 @@ OBJS = passwd-shell.o shellutil.o
 LDAP_INCDIR= ../../../include       
 LDAP_LIBDIR= ../../../libraries
 
+BUILD_OPT = "--enable-shell"
+BUILD_SRV = @BUILD_SHELL@
+
+all-local: $(PROGRAMS)
+
 passwd-shell:  pwd-version.o
        $(CC) $(LDFLAGS) -o $@ $(OBJS) pwd-version.o $(LIBS)