From f16e671e62b5aebdfc6121a23fb3cdd4ef41b72c Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 4 Oct 2018 22:54:32 +0200 Subject: [PATCH] build: Include ell/dir.h and ell/dir.c into build objects --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 937f105f..a7e8052f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -55,6 +55,7 @@ ell_sources = ell/ell.h ell/private.h ell/missing.h \ ell/pkcs5.h ell/pkcs5.c \ ell/pkcs5-private.h \ ell/file.h ell/file.c \ + ell/dir.h ell/dir.c \ ell/dbus-client.h ell/dbus-client.c \ ell/net.h ell/net.c \ ell/dhcp.h ell/dhcp.c ell/dhcp-transport.c \