mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 08:38:13 -05:00
11 lines
240 B
PkgConfig
11 lines
240 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: LibUCL
|
|
Description: Universal configuration library
|
|
Version: @UCL_VERSION@
|
|
Libs: -L${libdir} -lucl
|
|
Libs.private: @LIBS_EXTRA@
|
|
Cflags: -I${includedir}/
|