Skip to content
Snippets Groups Projects
Commit 28de301d authored by Tristan Matthews's avatar Tristan Matthews
Browse files

daemon: fix linking for pcre

Refs #54009

Change-Id: I31a4c3ce0743635c8dd9fb624b275fbb8a36b21c
parent aab7cdf8
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,11 @@ libsflphone_la_LDFLAGS = \
@SAMPLERATE_LIBS@ \
@SNDFILE_LIBS@ \
$(TLS_LIB) \
@DBUSCPP_LIBS@
@DBUSCPP_LIBS@ \
@YAML_LIBS@ \
$(IAX_LIB) \
$(IM_LIB) \
$(PCRE_LIBS)
if BUILD_INSTANT_MESSAGING
libsflphone_la_LDFLAGS += @EXPAT_LIBS@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment