mirror of https://github.com/BOINC/boinc.git
Add libboinc_zip.pc pkg-config file
This commit is contained in:
parent
9fcaf6786d
commit
a57b7e46be
|
@ -1385,6 +1385,7 @@ AC_CONFIG_FILES([
|
||||||
tools/Makefile
|
tools/Makefile
|
||||||
vda/Makefile
|
vda/Makefile
|
||||||
zip/Makefile
|
zip/Makefile
|
||||||
|
zip/libboinc_zip.pc
|
||||||
zip/zip/Makefile
|
zip/zip/Makefile
|
||||||
zip/unzip/Makefile
|
zip/unzip/Makefile
|
||||||
m4/Makefile
|
m4/Makefile
|
||||||
|
|
|
@ -60,6 +60,7 @@ libboinc_zip_sources += \
|
||||||
endif
|
endif
|
||||||
|
|
||||||
lib_LTLIBRARIES = libboinc_zip.la
|
lib_LTLIBRARIES = libboinc_zip.la
|
||||||
|
pkgconfig_DATA = libboinc_zip.pc
|
||||||
libboinc_zip_la_SOURCES = $(libboinc_zip_sources)
|
libboinc_zip_la_SOURCES = $(libboinc_zip_sources)
|
||||||
libboinc_zip_la_LDFLAGS = -version-number $(LIBBOINC_VERSION)
|
libboinc_zip_la_LDFLAGS = -version-number $(LIBBOINC_VERSION)
|
||||||
libboinc_zip_la_LIBADD =
|
libboinc_zip_la_LIBADD =
|
||||||
|
|
|
@ -0,0 +1,12 @@
|
||||||
|
prefix=@prefix@
|
||||||
|
exec_prefix=@exec_prefix@
|
||||||
|
libdir=@libdir@
|
||||||
|
includedir=@includedir@
|
||||||
|
|
||||||
|
Name: boinc_zip
|
||||||
|
Description: Compression functions for BOINC applications
|
||||||
|
Version: @PACKAGE_VERSION@
|
||||||
|
URL: https://boinc.berkeley.edu/trac/wiki/FileCompression
|
||||||
|
|
||||||
|
Cflags: -I${includedir}/boinc
|
||||||
|
Libs: -L${libdir} -lboinc_zip
|
Loading…
Reference in New Issue