From 471f9607beecffd54adb6b4f30274fa6b3ac7d6a Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Wed, 10 May 2023 15:23:18 +0200 Subject: Add command to generate utils.pc --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index ccc7be1..49dcb99 100644 --- a/Makefile +++ b/Makefile @@ -3,6 +3,7 @@ include config.mk dist: static shared + ./build-pc.sh -p ${PREFIX} -n ${NAME} -ln ${LIBNAME} -d "${LIBDSCR}" -v ${LIBVER} ${NAME}.pc static: @make OPT='-O2 -pipe -Werror' ${LIBNAME:=.a} -- cgit v1.2.3