diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-12-13 12:50:54 +0100 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-12-13 12:52:16 +0100 |
commit | ba3cf4e511ec4b6fc9aa5f6bfb72f432cd159c35 (patch) | |
tree | 00d3647c2ab92ed1e86a37ae36ac3577333b7cbb /configure.ac | |
parent | 93e93ad11d342ac46f40018ff7b4b0ac1d044909 (diff) |
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 <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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]) |