Message ID | 14d3dbc69f3e2c1702b0d52dab64c3c02700c9c8.1743977403.git.gerickson@nuovations.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | Line Editor | expand |
Context | Check | Description |
---|---|---|
tedd_an/pre-ci_am | success | Success |
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 \