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 |
Context | Check | Description |
---|---|---|
tedd_an/pre-ci_am | success | Success |
prestwoj/iwd-ci-gitlint | success | GitLint |
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)