]> git.sur5r.net Git - openldap/blobdiff - include/Makefile.in
ITS#619: TLS PRNG initialization code
[openldap] / include / Makefile.in
index eb7ccd560d6628bc0047a8336622a321a7d0f657..fd255d6cda4e1375eda38ab113c607adbe89c1b9 100644 (file)
@@ -1,4 +1,5 @@
-## Copyright 1998 The OpenLDAP Foundation, All Rights Reserved.
+# $OpenLDAP$
+## Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved.
 ## COPYING RESTRICTIONS APPLY, See COPYRIGHT file
 ##
 ## include Makefile.in for OpenLDAP
@@ -6,15 +7,12 @@
 all-local: ldap_config.h FORCE
 
 install-local: FORCE
-               -$(MKDIR) -p $(includedir)
-               $(INSTALL) $(INSTALLFLAGS) -m 644 $(srcdir)/lber.h $(includedir)
-               $(INSTALL) $(INSTALLFLAGS) -m 644 lber_types.h $(includedir)
-               $(INSTALL) $(INSTALLFLAGS) -m 644 $(srcdir)/ldap.h $(includedir)
-               $(INSTALL) $(INSTALLFLAGS) -m 644 $(srcdir)/ldap_cdefs.h $(includedir)
-               $(INSTALL) $(INSTALLFLAGS) -m 644 ldap_features.h $(includedir)
-               $(INSTALL) $(INSTALLFLAGS) -m 644 $(srcdir)/ldap_schema.h $(includedir)
-               $(INSTALL) $(INSTALLFLAGS) -m 644 $(srcdir)/disptmpl.h $(includedir)
-               $(INSTALL) $(INSTALLFLAGS) -m 644 $(srcdir)/srchpref.h $(includedir)
+       -$(MKDIR) $(DESTDIR)$(includedir)
+       for header in $(srcdir)/lber.h lber_types.h $(srcdir)/ldap.h \
+         $(srcdir)/ldap_cdefs.h ldap_features.h $(srcdir)/ldap_schema.h \
+         $(srcdir)/disptmpl.h $(srcdir)/srchpref.h; do \
+               $(INSTALL) $(INSTALLFLAGS) -m 644 $$header $(DESTDIR)$(includedir); \
+       done
 
 clean-local: FORCE 
        $(RM) ldap_config.h