From ba3cf4e511ec4b6fc9aa5f6bfb72f432cd159c35 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Fri, 13 Dec 2019 12:50:54 +0100 Subject: Fix name of libsquashfs pkg-config file This fixes both the name inside the file, as well as the file name by adding the major version suffix. Signed-off-by: David Oberhollenzer --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 92fb8c2..b1fa2f2 100644 --- a/configure.ac +++ b/configure.ac @@ -213,7 +213,7 @@ AC_CHECK_FUNCS([strndup getline getsubopt]) ##### generate output ##### AC_CONFIG_HEADERS([config.h]) -AC_CONFIG_FILES([lib/sqfs/libsquashfs.pc]) +AC_CONFIG_FILES([lib/sqfs/libsquashfs0.pc]) AC_CONFIG_FILES([Doxyfile]) AC_CONFIG_FILES([tests/cantrbry.sh], [chmod +x tests/cantrbry.sh]) -- cgit v1.2.3