From b115d74015a1caf17df790a95875afa2a387b63c Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Mon, 8 Jun 2020 23:01:57 +0200 Subject: Rename pkg-config file to include major version --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 24a1aa3..538c2ca 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -22,4 +22,4 @@ libirecovery_la_LDFLAGS += -avoid-version endif pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = libirecovery.pc +pkgconfig_DATA = libirecovery-1.0.pc -- cgit v1.1-32-gdbae