From aaea63de1a13290f6c86abf01f2c5dcd8d718082 Mon Sep 17 00:00:00 2001 From: Jaidyn Ann Date: Fri, 20 Aug 2021 23:17:36 -0500 Subject: [PATCH] Link XMPP to libsupport --- protocols/xmpp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocols/xmpp/Makefile b/protocols/xmpp/Makefile index 66cc5c6..4b4b525 100644 --- a/protocols/xmpp/Makefile +++ b/protocols/xmpp/Makefile @@ -63,7 +63,7 @@ RSRCS = # - if your library does not follow the standard library naming scheme, # you need to specify the path to the library and it's name. # (e.g. for mylib.a, specify "mylib.a" or "path/mylib.a") -LIBS = be crypto gloox localestub network ssl z $(STDCPPLIBS) +LIBS = be crypto gloox localestub network ssl support z $(STDCPPLIBS) # Specify additional paths to directories following the standard libXXX.so