Don't install Lrzip.h or lrzip.pc.

The library is no longer installed, so these files aren't needed either.
This commit is contained in:
Adam Sampson 2022-02-27 15:28:27 +00:00
parent e08ead1e00
commit 7404f72afd
3 changed files with 1 additions and 16 deletions

View file

@ -76,14 +76,10 @@ dist_doc_DATA = \
TODO \
WHATS-NEW
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = lrzip.pc
lrzip_HEADERS = Lrzip.h
noinst_HEADERS = Lrzip.h
lrzipdir = $(includedir)
EXTRA_DIST = \
lrzip.pc.in \
lrztar \
description-pak \
autogen.sh \

View file

@ -150,7 +150,6 @@ EFL_CHECK_DOXYGEN([build_doc="yes"], [build_doc="no"])
AC_CONFIG_FILES([
Makefile
lrzip.pc
lzma/Makefile
lzma/C/Makefile
lzma/ASM/x86/Makefile

View file

@ -1,10 +0,0 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: lrzip
Description: lrzip compression library
Version: @VERSION@
Libs: -L${libdir} -llrzip
Libs.private: @LIBS@