add pc file

This commit is contained in:
discomfitor 2011-11-23 18:27:37 -05:00 committed by ckolivas
parent 5151ee2d9b
commit 584dbc75b7
2 changed files with 11 additions and 0 deletions

View file

@ -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
View 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@