]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/x509v3/Makefile.ssl
Change #include filenames from <foo.h> to <openssl.h>.
[thirdparty/openssl.git] / crypto / x509v3 / Makefile.ssl
index 8294b5e1423799d0a1303e660c71d8b20b21557e..181bd9c1b55c9cc3fe126e1dac71f1906a929f13 100644 (file)
@@ -51,15 +51,15 @@ files:
 
 links:
        @$(TOP)/util/point.sh Makefile.ssl Makefile
-       @$(TOP)/util/mklink.sh ../../include $(EXHEADER)
+       @$(TOP)/util/mklink.sh ../../include/openssl $(EXHEADER)
        @$(TOP)/util/mklink.sh ../../test $(TEST)
        @$(TOP)/util/mklink.sh ../../apps $(APPS)
 
 install:
        @for i in $(EXHEADER) ; \
        do  \
-       (cp $$i $(INSTALLTOP)/include/$$i; \
-       chmod 644 $(INSTALLTOP)/include/$$i ); \
+       (cp $$i $(INSTALLTOP)/include/openssl/$$i; \
+       chmod 644 $(INSTALLTOP)/include/openssl/$$i ); \
        done;
 
 tags: