From aff5663c0b3585090a6c9f4eeb2fb5d0bca6caac Mon Sep 17 00:00:00 2001 From: James Prestwood Date: Wed, 20 Jul 2022 15:15:06 -0700 Subject: [PATCH] build: add ie.c/netdev.h to test-band build --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 80377613..cffb0738 100644 --- a/Makefile.am +++ b/Makefile.am @@ -466,7 +466,8 @@ unit_test_kdf_sha256_LDADD = $(ell_ldadd) unit_test_ie_SOURCES = unit/test-ie.c src/ie.h src/ie.c unit_test_ie_LDADD = $(ell_ldadd) -unit_test_band_SOURCES = unit/test-band.c src/band.h src/band.c +unit_test_band_SOURCES = unit/test-band.c src/band.h src/band.c src/netdev.h \ + src/ie.h src/ie.c unit_test_band_LDADD = $(ell_ldadd) unit_test_crypto_SOURCES = unit/test-crypto.c \