From 2dc357438b82a6258176101b343342f072350610 Mon Sep 17 00:00:00 2001 From: James Booth Date: Thu, 7 Aug 2014 21:03:04 +0100 Subject: [PATCH] Use dependency on libstophe.la to enable parallel make --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index a23479c..b166417 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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