Skip to content

Commit

Permalink
Fix the lib.private section of pkg-config file
Browse files Browse the repository at this point in the history
  • Loading branch information
readams committed Aug 27, 2014
1 parent 37e18e7 commit 453ddc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clients/cpp/voldemort.pc.in
Expand Up @@ -7,5 +7,5 @@ Name: @PACKAGE@
Description: Project Voldemort C/C++ client library
Version: @VERSION@
Libs: -L${libdir} -lvoldemort
Libs.private: @LIBS@ @PTHREAD_LIBS@ @BOOST_ASIO_LIB@
Cflags: -I${includedir} @PTHREAD_CFLAGS@ @BOOST_CPPFLAGS@
Libs.private: @LIBS@ @BOOST_ASIO_LIB@ @BOOST_THREAD_LIB@ @BOOST_SYSTEM_LIB@
Cflags: -I${includedir} @BOOST_CPPFLAGS@

0 comments on commit 453ddc1

Please sign in to comment.