mirror of
https://github.com/ckolivas/lrzip.git
synced 2025-12-06 07:12:00 +01:00
add pc file
This commit is contained in:
parent
5151ee2d9b
commit
584dbc75b7
|
|
@ -143,6 +143,7 @@ EFL_CHECK_DOXYGEN([build_doc="yes"], [build_doc="no"])
|
|||
|
||||
AC_CONFIG_FILES([
|
||||
Makefile
|
||||
lrzip.pc
|
||||
lzma/Makefile
|
||||
lzma/C/Makefile
|
||||
doc/Makefile
|
||||
|
|
|
|||
10
lrzip.pc.in
Normal file
10
lrzip.pc.in
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
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