[PATCH v6 3/8] ell/Makefile: Added 'edit.[ch]' to HEADERS and SOURCES.
Grant Erickson <[email protected]> Sun, 6 Apr 2025 15:12:10 -0700
| Newsgroups | dev.linux.lists.ell |
|---|---|
| Message-ID | <14d3dbc69f3e2c1702b0d52dab64c3c02700c9c8.1743977403.git.gerickson@nuovations.com> |
--- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index 84d008febe0c..ae2612f4b770 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 \ @@ -148,6 +149,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 \ -- 2.45.0