]> git.sur5r.net Git - openldap/commitdiff
Install schema/*.{at,oc}.conf files.
authorKurt Zeilenga <kurt@openldap.org>
Sat, 1 Jan 2000 20:11:50 +0000 (20:11 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sat, 1 Jan 2000 20:11:50 +0000 (20:11 +0000)
servers/slapd/Makefile.in

index c2deb526bfa4fc13d3cee6ab3f2621702471fe7c..bef40b837332320187844a04889990749deca1c6 100644 (file)
@@ -178,7 +178,7 @@ all-cffiles: slapd
 
 install-schema: FORCE
        @-$(MKDIR) $(DESTDIR)$(sysconfdir)/schema
-       @for i in schema/*.schema ; do \
+       @for i in schema/*.schema schema/*.conf ; do \
                if test ! -f $(DESTDIR)$(sysconfdir)/$$i; then \
                        echo "installing $$i in $(sysconfdir)"; \
                        echo $(INSTALL) $(INSTALLFLAGS) $$i $(DESTDIR)$(sysconfdir)/$$i; \