Skip to content

Commit ac886a1

Browse files
committed
Added SSL_LIBS to library CFLAGS
1 parent 75cfad6 commit ac886a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ STROPHE_LIBS = -lstrophe $(PARSER_LIBS) $(SSL_LIBS)
1313
## Main build targets
1414
lib_LTLIBRARIES = libstrophe.la
1515

16-
libstrophe_la_CFLAGS=$(STROPHE_FLAGS) $(PARSER_CFLAGS)
16+
libstrophe_la_CFLAGS=$(SSL_LIBS) $(STROPHE_FLAGS) $(PARSER_CFLAGS)
1717
libstrophe_la_SOURCES = src/auth.c src/conn.c src/ctx.c \
1818
src/event.c src/handler.c src/hash.c \
1919
src/jid.c src/md5.c src/sasl.c src/sha1.c \

0 commit comments

Comments
 (0)