Make 'build_libs' build shared libraries as well
[openssl.git] / Configurations / unix-Makefile.tmpl
index 34ba56a49705098bb0b1bd8f11a1af1b470ca166..989896156156fad231094ac0e17036a95912fe91 100644 (file)
@@ -764,7 +764,7 @@ FORCE:
 
 # Building targets ###################################################
 
-libcrypto.pc libssl.pc openssl.pc: configdata.pm $(LIBS)
+libcrypto.pc libssl.pc openssl.pc: configdata.pm $(LIBS) {- join(" ",map { shlib_simple($_) } @{$unified_info{libraries}}) -}
 libcrypto.pc:
        @ ( echo 'prefix=$(INSTALLTOP)'; \
            echo 'exec_prefix=$${prefix}'; \