Skip to content

Commit 2dc3574

Browse files
committed
Use dependency on libstophe.la to enable parallel make
1 parent 4d1c403 commit 2dc3574

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
@@ -8,7 +8,7 @@ PARSER_LIBS=@PARSER_LIBS@
88
SSL_LIBS = -lssl -lcrypto -lz
99

1010
STROPHE_FLAGS = -I$(top_srcdir)
11-
STROPHE_LIBS = -lstrophe $(PARSER_LIBS) $(SSL_LIBS)
11+
STROPHE_LIBS = libstrophe.la
1212

1313
## Main build targets
1414
lib_LTLIBRARIES = libstrophe.la

0 commit comments

Comments
 (0)