diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-09-27 17:22:04 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-09-27 18:01:39 +0200 |
commit | f6904a98bffe0bce5fc6aac408c141a25c0e05ab (patch) | |
tree | 80e3bc91cc427a06c35d6dc3a3d50baad5ff5873 /Makefile.am | |
parent | 6dd765d1abd92fe0ec6f3349b5bbd48294078815 (diff) |
Add a pkg-config file for libsquashfs
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index b6525c3..72e1302 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,6 +10,7 @@ bin_PROGRAMS = lib_LTLIBRARIES = dist_man1_MANS = check_PROGRAMS = +pkgconfig_DATA = EXTRA_DIST = autogen.sh LICENSE-gpl.txt LICENSE-lgpl.txt README.md CHANGELOG.md TESTS = |