mirror of
https://github.com/TokTok/c-toxcore
synced 2026-05-26 05:24:32 +00:00
11 lines
223 B
Plaintext
11 lines
223 B
Plaintext
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libtoxav
|
|
Description: Tox A/V library
|
|
Requires:
|
|
Version: @PACKAGE_VERSION@
|
|
Libs: -L${libdir} -ltoxav @AV_LIBS@
|
|
Cflags: -I${includedir} |