diff mbox series

[7/9] build: add dpp-common.{c,h}

Message ID 20240327151957.1446149-7-prestwoj@gmail.com (mailing list archive)
State New
Headers show
Series [1/9] dpp: prep for moving AAD within dpp_append_wrapped_data | expand

Checks

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

Commit Message

James Prestwood March 27, 2024, 3:19 p.m. UTC
---
 Makefile.am | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/Makefile.am b/Makefile.am
index be287572..e9f690f2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -265,6 +265,7 @@  src_iwd_SOURCES = src/main.c linux/nl80211.h src/iwd.h src/missing.h \
 					src/dpp-util.h src/dpp-util.c \
 					src/json.h src/json.c \
 					src/dpp.c \
+					src/dpp-common.h src/dpp-common.c \
 					$(eap_sources) \
 					$(builtin_sources)