]> git.sur5r.net Git - openldap/blobdiff - include/Makefile.in
added ber_print_error() and renamed lber_bprint into ber_ namespace.
[openldap] / include / Makefile.in
index e9c029af63360b016efc7bcc9bec4f91d32162d1..2fc4e8b936af9fdcd5902e68a09527d503491472 100644 (file)
@@ -9,8 +9,7 @@ install-local: FORCE
                -$(MKDIR) -p $(includedir)
                $(INSTALL) $(INSTALLFLAGS) -m 644 ldap.h $(includedir)
                $(INSTALL) $(INSTALLFLAGS) -m 644 lber.h $(includedir)
-               $(INSTALL) $(INSTALLFLAGS) -m 644 proto-lber.h $(includedir)
-               $(INSTALL) $(INSTALLFLAGS) -m 644 proto-ldap.h $(includedir)
+               $(INSTALL) $(INSTALLFLAGS) -m 644 ldap_cdefs.h $(includedir)
                $(INSTALL) $(INSTALLFLAGS) -m 644 disptmpl.h $(includedir)
                $(INSTALL) $(INSTALLFLAGS) -m 644 srchpref.h $(includedir)
 
@@ -18,10 +17,11 @@ clean-local: FORCE
        $(RM) ldapconfig.h
 
 veryclean-local: clean-local FORCE
+       $(RM) portable.h
 
 depend-local: ldapconfig.h FORCE
 
-ldapconfig.h: ldapconfig.h.edit Makefile
+ldapconfig.h: $(srcdir)/ldapconfig.h.edit Makefile
        @$(RM) $@
        @echo "Making ldapconfig.h"
        @echo "/*" > $@;  \
@@ -39,7 +39,7 @@ ldapconfig.h: ldapconfig.h.edit Makefile
                        -e 's;%EDITOR%;$(EDITOR);' \
                        -e 's;%FINGER%;$(FINGER);' \
                        -e 's;%SENDMAIL%;$(SENDMAIL);' \
-                        ldapconfig.h.edit >> $@; \
+                        $(srcdir)/ldapconfig.h.edit >> $@; \
        $(CHMOD) 444 $@
 
 all-common:                    all-local