Skip to content

Commit

Permalink
libcoap-1.pc.in: Add DTLS-specific flags
Browse files Browse the repository at this point in the history
  • Loading branch information
obgm committed Jul 10, 2017
1 parent 96e5360 commit b524316
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libcoap-1.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ Name: @PACKAGE_NAME@
Description: C-Implementation of CoAP.
Version: @PACKAGE_VERSION@
URL: @PACKAGE_URL@
Libs: -L${libdir} -lcoap-@LIBCOAP_API_VERSION@
Cflags: -I${includedir}
Libs: -L${libdir} -lcoap-@LIBCOAP_API_VERSION@ @DTLS_LIBS@
Cflags: -I${includedir} @DTLS_CFLAGS@

0 comments on commit b524316

Please sign in to comment.