Merge pull request #808 from jin-eld/fix-nacl-2

Tell pkg-config when tox core is built vs. nacl
This commit is contained in:
irungentoo 2014-03-18 09:22:57 -04:00
commit 2e78c234ef

View File

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