From 9d79ca45023c6e24534386ef7a52a0bad0396275 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Fri, 25 Apr 2025 10:12:46 +0000 Subject: Next iteration of dotpc, lots of fixes Signed-off-by: Laurent Bercot --- Makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 38a14f9..7a8575f 100644 --- a/Makefile +++ b/Makefile @@ -42,13 +42,11 @@ lib$(2).pc: includedir="$(includedir)" \ dynlibdir="$(dynlibdir)" \ libdir="$(libdir)" \ - buildtime_includedirs="$(buildtime_includedirs)" \ - buildtime_dynlibdirs="$(buildtime_dynlibdirs)" \ - buildtime_libdirs="$(buildtime_libdirs)" \ + extra_includedirs="$(extra_includedirs)" \ + extra_libdirs="$(extra_libdirs)" \ extra_libs="$$(strip $$(EXTRA_LIBS))" \ - requires="$$($(1)_REQUIRES)" \ - requires_private="$$($(1)_REQUIRES_PRIVATE)" \ description="$$($(1)_DESCRIPTION)" \ + url="$$($(1)_URL)" \ ldlibs="$(LDLIBS)" \ ./tools/gen-dotpc.sh > $$@.tmp exec mv -f $$@.tmp $$@ -- cgit v1.3.1