Message ID | 20240405002011.3480886-4-gerickson@nuovations.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | [RFC,v5] ell/Makefile: Added 'edit.[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-incremental_build | pending | incremental_build SKIP |
prestwoj/iwd-ci-clang | pending | clang 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..d39a3845077c 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/edit.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/edit.c \ ell/gpio.c \ ell/path.c \ ell/icmp6.c \