Skip to content

Commit

Permalink
Link XMPP to libsupport
Browse files Browse the repository at this point in the history
  • Loading branch information
JadedCtrl committed Aug 21, 2021
1 parent 6e67401 commit aaea63d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocols/xmpp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aaea63d

Please # to comment.