mirror of
https://github.com/opnsense/src.git
synced 2026-02-19 02:30:08 -05:00
11 lines
250 B
PkgConfig
11 lines
250 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@ @LUA_LIB@
|
|
Cflags: -I${includedir}/
|