mirror of https://github.com/Cisco-Talos/clamav
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
239 B
12 lines
239 B
![]()
21 years ago
|
prefix=@prefix@
|
||
|
exec_prefix=@exec_prefix@
|
||
|
libdir=@libdir@
|
||
|
includedir=@includedir@
|
||
|
|
||
|
Name: libclamav
|
||
|
Description: A GPL virus scanner
|
||
|
Version: @LIBCLAMAV_VERSION@
|
||
![]()
21 years ago
|
Libs: -L${libdir} -lclamav @LIBCLAMAV_LIBS@
|
||
![]()
21 years ago
|
Cflags: -I${includedir} @CFLAGS@
|
||
|
|