Skip to content

Commit f364ed1

Browse files
committed
autotools: fixed building of check_parser
By default libtool choose dynamic library for linking. Since non-public API is hidden in libstrophe.so check_parser has been broken. As solution libtool takes static libstophe.a now.
1 parent 40c9fe2 commit f364ed1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile.am

+1
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,4 @@ tests_check_parser_SOURCES = tests/check_parser.c tests/test.h
6363
tests_check_parser_CFLAGS = @check_CFLAGS@ $(PARSER_CFLAGS) $(STROPHE_FLAGS) \
6464
-I$(top_srcdir)/src
6565
tests_check_parser_LDADD = @check_LIBS@ $(STROPHE_LIBS)
66+
tests_check_parser_LDFLAGS = -static

0 commit comments

Comments
 (0)