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