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 --- lib/sqfs/libsquashfs.pc.in | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 lib/sqfs/libsquashfs.pc.in (limited to 'lib/sqfs/libsquashfs.pc.in') diff --git a/lib/sqfs/libsquashfs.pc.in b/lib/sqfs/libsquashfs.pc.in deleted file mode 100644 index 77d9ad7..0000000 --- a/lib/sqfs/libsquashfs.pc.in +++ /dev/null @@ -1,13 +0,0 @@ -prefix=@prefix@ -exec_prefix=@exec_prefix@ -libdir=@libdir@ -includedir=@includedir@ - -Name: @PACKAGE_NAME@ -Version: @PACKAGE_VERSION@ -Description: A library for working with SquashFS file systems. - -Cflags: -I${includedir} -Libs: -L${libdir} -lsquashfs @PTHREAD_LIBS@ - -Requires.private: @LIBSQFS_DEP_MOD@ -- cgit v1.2.3