From b524316c19e4d6455a23ee3fc6b61f8f67941904 Mon Sep 17 00:00:00 2001 From: Olaf Bergmann Date: Mon, 10 Jul 2017 18:14:12 +0200 Subject: [PATCH] libcoap-1.pc.in: Add DTLS-specific flags --- libcoap-1.pc.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libcoap-1.pc.in b/libcoap-1.pc.in index f8c960c129..723e9a167e 100644 --- a/libcoap-1.pc.in +++ b/libcoap-1.pc.in @@ -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@