Diff between 9a6ffbbb88d8fb80f6e086e3da264b3505dfc904 and 8812296c864ad96ba0c9f238b21ca1e59f0f3e2a

Changed Files

File Additions Deletions Status
Makefile.am +2 -0 modified

Full Patch

diff --git a/Makefile.am b/Makefile.am
index e7bcd23..84c9712 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -520,6 +520,7 @@ unit_test_midi_LDADD = src/libshared-glib.la \
 			$(GLIB_LIBS) $(ALSA_LIBS)
 endif
 
+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 \
@@ -527,6 +528,7 @@ unit_test_mesh_crypto_SOURCES = unit/test-mesh-crypto.c \
 				$(ell_sources)
 unit_test_mesh_crypto_LDADD = src/libshared-ell.la \
 			$(ell_ldadd)
+endif
 
 if MAINTAINER_MODE
 noinst_PROGRAMS += $(unit_tests)