From a6e8622677ff861bbc154c04a6faa26fc499d3c9 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Wed, 7 Aug 2019 10:46:04 -0500 Subject: [PATCH] build: Add ell/path.[ch] to build --- Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index cb28f0c7..3b4fd720 100644 --- a/Makefile.am +++ b/Makefile.am @@ -58,7 +58,8 @@ ell_headers = ell/util.h \ ell/cert.h \ ell/ecc.h \ ell/ecdh.h \ - ell/time.h + ell/time.h \ + ell/path.h ell_sources = ell/private.h \ ell/missing.h \ @@ -124,7 +125,8 @@ ell_sources = ell/private.h \ ell/ecc-private.h \ ell/ecc.c \ ell/ecdh.c \ - ell/time.c + ell/time.c \ + ell/path.c ell_libell_internal_la_SOURCES = $(ell_headers) $(ell_sources) endif