Tell pkg-config when tox core is built vs. nacl

This is required so that applications using tox core do not fail to link when
core is built vs. the nacl library.
This commit is contained in:
Jin^eLD 2014-03-18 01:57:48 +01:00
parent f85d5e512d
commit 847cbdf8c2

View File

@ -7,5 +7,5 @@ Name: libtoxcore
Description: Tox protocol library
Requires:
Version: @PACKAGE_VERSION@
Libs: -L${libdir} -ltoxcore @LIBS@
Cflags: -I${includedir}
Libs: -L${libdir} @NACL_LDFLAGS@ -ltoxcore @NACL_LIBS@ @LIBS@
Cflags: -I${includedir}