diff mbox series

[v6,4/5] build: add ie.c/netdev.h to test-band build

Message ID 20220720221507.886811-4-prestwoj@gmail.com (mailing list archive)
State Accepted, archived
Headers show
Series [v6,1/5] ie: add validation for HE Capabilities element | expand

Checks

Context Check Description
tedd_an/pre-ci_am success Success
prestwoj/iwd-ci-gitlint success GitLint

Commit Message

James Prestwood July 20, 2022, 10:15 p.m. UTC
---
 Makefile.am | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff mbox series

Patch

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 \