Blame SOURCES/mod_nss-parallel-build.patch

b7538d
diff --git a/Makefile.am b/Makefile.am
b7538d
index 6bbbc45..4978ff3 100644
b7538d
--- a/Makefile.am
b7538d
+++ b/Makefile.am
b7538d
@@ -7,8 +7,7 @@ bin_PROGRAMS = nss_pcache test_cipher
b7538d
 
b7538d
 nss_pcache_SOURCES = nss_pcache.c
b7538d
 
b7538d
-test_cipher_SOURCES = test_cipher.c
b7538d
-test_cipher_LDADD = .libs/nss_engine_cipher.o
b7538d
+test_cipher_SOURCES = test_cipher.c nss_engine_cipher.c
b7538d
 test_cipher_CFLAGS = $(AM_CFLAGS) $(CFLAGS) $(EXTRA_CPPFLAGS)
b7538d
 
b7538d
 man8_MANS =				\