Diff between 29c1ed83bc0f47c9545261a3a8bd284af902febe and 4f4ac13ef6cc2f31d102f178117beb9e40a9378e
Changed Files
| File | Additions | Deletions | Status |
| Makefile.am | +2 | -4 | modified |
Full Patch
diff --git a/Makefile.am b/Makefile.am
index 84c9712..8d419fb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -524,10 +524,8 @@ if MESH
unit_tests += unit/test-mesh-crypto
unit_test_mesh_crypto_CPPFLAGS = $(ell_cflags)
unit_test_mesh_crypto_SOURCES = unit/test-mesh-crypto.c \
- mesh/crypto.h ell/internal ell/ell.h \
- $(ell_sources)
-unit_test_mesh_crypto_LDADD = src/libshared-ell.la \
- $(ell_ldadd)
+ mesh/crypto.h ell/internal ell/ell.h
+unit_test_mesh_crypto_LDADD = $(ell_ldadd)
endif
if MAINTAINER_MODE