[PATCH v9 3/9] ell/Makefile: Added 'term.[ch]' to HEADERS and SOURCES.
Grant Erickson <[email protected]> Sun, 6 Apr 2025 15:05:59 -0700
| Newsgroups | dev.linux.lists.ell |
|---|---|
| Message-ID | <c95a029d357bd38a36c362c1e80bd7284e674c7a.1743976923.git.gerickson@nuovations.com> |
--- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index 84d008febe0c..abe5ac905684 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 \ @@ -148,6 +149,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 \ -- 2.45.0