From 425cb2aa4994abf519737d19cb03958ffcfd83b8 Mon Sep 17 00:00:00 2001 From: James Prestwood Date: Wed, 23 Jan 2019 15:28:38 -0800 Subject: [PATCH] build: added ell/time.[ch] to Makefile.am --- Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 837f9bd0..58d93dd1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -57,7 +57,8 @@ ell_headers = ell/util.h \ ell/dhcp.h \ ell/cert.h \ ell/ecc.h \ - ell/ecdh.h + ell/ecdh.h \ + ell/time.h ell_sources = ell/private.h \ ell/missing.h \ @@ -122,7 +123,8 @@ ell_sources = ell/private.h \ ell/ecc-external.c \ ell/ecc-private.h \ ell/ecc.c \ - ell/ecdh.c + ell/ecdh.c \ + ell/time.c ell_libell_internal_la_SOURCES = $(ell_headers) $(ell_sources) endif