Message ID | 20240404233826.3466674-4-gerickson@nuovations.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | [RFC,v7] ell/Makefile: Added 'term.[ch]' to HEADERS and SOURCES. | expand |
Context | Check | Description |
---|---|---|
tedd_an/pre-ci_am | success | Success |
prestwoj/iwd-ci-makedistcheck | pending | makedistcheck SKIP |
prestwoj/iwd-ci-build | pending | build SKIP |
prestwoj/iwd-ci-clang | pending | clang SKIP |
prestwoj/iwd-ci-incremental_build | pending | incremental_build SKIP |
prestwoj/iwd-ci-makecheckvalgrind | pending | makecheckvalgrind SKIP |
prestwoj/iwd-ci-testrunner | pending | testrunner SKIP |
prestwoj/iwd-ci-makecheck | pending | makecheck SKIP |
diff --git a/Makefile.am b/Makefile.am index 6c86e94e963e..5059682eec5f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -55,6 +55,7 @@ pkginclude_HEADERS = ell/ell.h \ ell/ecc.h \ ell/ecdh.h \ ell/time.h \ + ell/term.h \ ell/gpio.h \ ell/path.h \ ell/icmp6.h \ @@ -145,6 +146,7 @@ ell_libell_la_SOURCES = $(linux_headers) \ ell/ecdh.c \ ell/time.c \ ell/time-private.h \ + ell/term.c \ ell/gpio.c \ ell/path.c \ ell/icmp6.c \