Skip to content

Commit

Permalink
libcoap-1.pc.in: (re)adding the API version to 'Libs'
Browse files Browse the repository at this point in the history
The API version was missed to the 'Libs' entry in commit
  45760a9
We need the the correct API version in the *.pc file as pkgconfig can't
find the required libray without.
  • Loading branch information
tijuca committed Apr 2, 2016
1 parent 52b9848 commit 8763228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcoap-1.pc.in
Expand Up @@ -7,5 +7,5 @@ Name: @PACKAGE_NAME@
Description: C-Implementation of CoAP.
Version: @PACKAGE_VERSION@
URL: @PACKAGE_URL@
Libs: -L${libdir} -lcoap
Libs: -L${libdir} -lcoap-@LIBCOAP_API_VERSION@
Cflags: -I${includedir}/coap

0 comments on commit 8763228

Please sign in to comment.