Skip to content

Commit

Permalink
Tell pkg-config when tox core is built vs. nacl
Browse files Browse the repository at this point in the history
This is required so that applications using tox core do not fail to link when
core is built vs. the nacl library.
  • Loading branch information
jin-eld committed Mar 18, 2014
1 parent f85d5e5 commit 847cbdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libtoxcore.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -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}

0 comments on commit 847cbdf

Please sign in to comment.