Skip to content

Commit

Permalink
Fixed pkgconfig library output
Browse files Browse the repository at this point in the history
  • Loading branch information
yamamushi committed Sep 10, 2014
1 parent 43aa8b8 commit cc2c767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/opentxs.pc.in
Expand Up @@ -7,6 +7,6 @@ Name: @CMAKE_PROJECT_NAME@
Description: @CPACK_PACKAGE_DESCRIPTION@
Version: @VERSION@

Libs: -L${libdir} -llibopentxs-client -llibopentxs-core -llibopentxs-ext
Libs: -L${libdir} -lopentxs-client -lopentxs-core -lopentxs-ext
Libs.private: @PRIVATE_LIBS@
Cflags: -I${includedir}

0 comments on commit cc2c767

Please sign in to comment.