Use dependency on libstophe.la to enable parallel make

This commit is contained in:
James Booth
2014-08-07 21:03:04 +01:00
parent 4d1c4035bd
commit 2dc357438b

View File

@@ -8,7 +8,7 @@ PARSER_LIBS=@PARSER_LIBS@
SSL_LIBS = -lssl -lcrypto -lz
STROPHE_FLAGS = -I$(top_srcdir)
STROPHE_LIBS = -lstrophe $(PARSER_LIBS) $(SSL_LIBS)
STROPHE_LIBS = libstrophe.la
## Main build targets
lib_LTLIBRARIES = libstrophe.la