mirror of
https://github.com/ckolivas/lrzip.git
synced 2025-12-06 07:12:00 +01:00
Merge pull request #219 from atsampson/nopc
Don't install Lrzip.h or lrzip.pc.
This commit is contained in:
commit
53029415df
|
|
@ -76,14 +76,10 @@ dist_doc_DATA = \
|
||||||
TODO \
|
TODO \
|
||||||
WHATS-NEW
|
WHATS-NEW
|
||||||
|
|
||||||
pkgconfigdir = $(libdir)/pkgconfig
|
noinst_HEADERS = Lrzip.h
|
||||||
pkgconfig_DATA = lrzip.pc
|
|
||||||
|
|
||||||
lrzip_HEADERS = Lrzip.h
|
|
||||||
lrzipdir = $(includedir)
|
lrzipdir = $(includedir)
|
||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
lrzip.pc.in \
|
|
||||||
lrztar \
|
lrztar \
|
||||||
description-pak \
|
description-pak \
|
||||||
autogen.sh \
|
autogen.sh \
|
||||||
|
|
|
||||||
|
|
@ -150,7 +150,6 @@ EFL_CHECK_DOXYGEN([build_doc="yes"], [build_doc="no"])
|
||||||
|
|
||||||
AC_CONFIG_FILES([
|
AC_CONFIG_FILES([
|
||||||
Makefile
|
Makefile
|
||||||
lrzip.pc
|
|
||||||
lzma/Makefile
|
lzma/Makefile
|
||||||
lzma/C/Makefile
|
lzma/C/Makefile
|
||||||
lzma/ASM/x86/Makefile
|
lzma/ASM/x86/Makefile
|
||||||
|
|
|
||||||
10
lrzip.pc.in
10
lrzip.pc.in
|
|
@ -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@
|
|
||||||
Loading…
Reference in a new issue