Improve pkgconfig. Patch supplied by Andreas Cadhalpun.

This commit is contained in:
Steven Morgan 2015-09-09 17:58:04 -04:00
parent 405ec90b56
commit 9229113349

View file

@ -6,6 +6,7 @@ includedir=@includedir@
Name: libclamav
Description: A GPL virus scanner
Version: @PACKAGE_VERSION@
Libs: -L${libdir} -lclamav @LIBCLAMAV_LIBS@
Cflags: -I${includedir} @CFLAGS@
Libs: -L${libdir} -lclamav
Libs.private: @LIBCLAMAV_LIBS@
Cflags: -I${includedir}