From 43f73823ec2546e2bc0d3144478c289b19085aef Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 10 Feb 2025 23:02:10 +0100 Subject: [PATCH] build: Include extra files for ELL test extensions --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index 1f94b0d1..6404bdbb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -71,7 +71,9 @@ ell_headers = ell/util.h \ ell_sources = ell/private.h \ ell/missing.h \ ell/util.c \ + ell/test-private.h \ ell/test.c \ + ell/test-dbus.c \ ell/strv.c \ ell/utf8.c \ ell/queue.c \