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.
15 lines
383 B
15 lines
383 B
# pkg-config metadata for libucw
|
|
|
|
libdir=@LIBDIR@
|
|
incdir=.
|
|
|
|
perl_modules_dir=@INSTALL_PERL_DIR@
|
|
perl_module_flags=-I${perl_modules_dir}
|
|
build_system=@INSTALL_SHARE_DIR@/ucw/build
|
|
|
|
Name: libucw
|
|
Description: A library of utility functions and data structures
|
|
Version: @UCW_VERSION@
|
|
Cflags: -I${incdir}
|
|
Libs: -L${libdir} @SO_LINK_PATH@ -lucw@UCW_ABI_SUFFIX@
|
|
Libs.private: @LIBUCW_LIBS@
|
|
|