mirror of
https://github.com/TokTok/c-toxcore
synced 2026-05-12 02:14:51 +00:00
c7f63737eb
This reverts commit 5ff099763b.
12 lines
341 B
Plaintext
12 lines
341 B
Plaintext
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libtoxcore
|
|
Description: Tox protocol library
|
|
Requires:
|
|
Version: @PACKAGE_VERSION@
|
|
Libs: @NACL_OBJECTS_PKGCONFIG@ -L${libdir} -ltoxcore @NACL_LDFLAGS@ -ltoxdns -ltoxencryptsave @NACL_LIBS@ @LIBS@ @MATH_LDFLAGS@ @PTHREAD_LDFLAGS@
|
|
Cflags: -I${includedir}
|