Message ID | 20240531204549.727842-1-denkenz@gmail.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | build: Add notifylist.[ch] from ell | expand |
Context | Check | Description |
---|---|---|
tedd_an/pre-ci_am | success | Success |
prestwoj/iwd-alpine-ci-fetch | success | Fetch PR |
prestwoj/iwd-alpine-ci-setupell | success | Prep - Setup ELL |
prestwoj/iwd-alpine-ci-makedistcheck | success | Make Distcheck |
prestwoj/iwd-alpine-ci-incremental_build | success | Incremental build not run PASS |
prestwoj/iwd-alpine-ci-build | success | Build - Configure |
prestwoj/iwd-ci-gitlint | success | GitLint |
prestwoj/iwd-ci-fetch | success | Fetch PR |
prestwoj/iwd-alpine-ci-makecheckvalgrind | success | Make Check w/Valgrind |
prestwoj/iwd-alpine-ci-makecheck | success | Make Check |
prestwoj/iwd-ci-setupell | success | Prep - Setup ELL |
prestwoj/iwd-ci-makedistcheck | success | Make Distcheck |
prestwoj/iwd-ci-incremental_build | success | Incremental build not run PASS |
prestwoj/iwd-ci-build | success | Build - Configure |
prestwoj/iwd-ci-makecheckvalgrind | success | Make Check w/Valgrind |
prestwoj/iwd-ci-makecheck | success | Make Check |
prestwoj/iwd-ci-clang | success | clang PASS |
prestwoj/iwd-ci-testrunner | success | test-runner PASS |
On 5/31/24 3:45 PM, Denis Kenzior wrote: > --- > Makefile.am | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) > Applied
diff --git a/Makefile.am b/Makefile.am index 3f7d444a7270..0ef4f965a372 100644 --- a/Makefile.am +++ b/Makefile.am @@ -64,7 +64,8 @@ ell_headers = ell/util.h \ ell/acd.h \ ell/cleanup.h \ ell/netconfig.h \ - ell/sysctl.h + ell/sysctl.h \ + ell/notifylist.h ell_sources = ell/private.h \ ell/missing.h \ @@ -145,7 +146,8 @@ ell_sources = ell/private.h \ ell/dhcp6-transport.c \ ell/acd.c \ ell/netconfig.c \ - ell/sysctl.c + ell/sysctl.c \ + ell/notifylist.c ell_shared = ell/useful.h ell/asn1-private.h