We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75cfad6 commit ac886a1Copy full SHA for ac886a1
Makefile.am
@@ -13,7 +13,7 @@ STROPHE_LIBS = -lstrophe $(PARSER_LIBS) $(SSL_LIBS)
13
## Main build targets
14
lib_LTLIBRARIES = libstrophe.la
15
16
-libstrophe_la_CFLAGS=$(STROPHE_FLAGS) $(PARSER_CFLAGS)
+libstrophe_la_CFLAGS=$(SSL_LIBS) $(STROPHE_FLAGS) $(PARSER_CFLAGS)
17
libstrophe_la_SOURCES = src/auth.c src/conn.c src/ctx.c \
18
src/event.c src/handler.c src/hash.c \
19
src/jid.c src/md5.c src/sasl.c src/sha1.c \
0 commit comments