mirror of
https://github.com/opnsense/src.git
synced 2026-04-04 00:45:17 -04:00
13 lines
318 B
PkgConfig
13 lines
318 B
PkgConfig
SERF_MAJOR_VERSION=@MAJOR@
|
|
prefix=@PREFIX@
|
|
exec_prefix=${prefix}
|
|
libdir=@LIBDIR@
|
|
includedir=${prefix}/include/@INCLUDE_SUBDIR@
|
|
|
|
Name: serf
|
|
Description: HTTP client library
|
|
Version: @VERSION@
|
|
Requires.private: libssl libcrypto
|
|
Libs: -L${libdir} -lserf-${SERF_MAJOR_VERSION}
|
|
Libs.private: @LIBS@
|
|
Cflags: -I${includedir}
|