From 2f66fbf32d3e2af7ee24a222f8071a96a2f57eb9 Mon Sep 17 00:00:00 2001 From: Beniamino Galvani Date: Fri, 22 Sep 2017 12:06:11 +0200 Subject: [PATCH] build: add missing header file to Makefile Fixes: 734c5b38ad57dbfefd67fdd73fd1e45b77483f48 --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 2d6e21b922..0bc3959d7b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1141,6 +1141,7 @@ src_libsystemd_nm_la_SOURCES = \ src/systemd/sd-adapt/nm-sd-adapt.c \ src/systemd/sd-adapt/nm-sd-adapt.h \ src/systemd/sd-adapt/architecture.h \ + src/systemd/sd-adapt/btrfs-util.h \ src/systemd/sd-adapt/build.h \ src/systemd/sd-adapt/cgroup-util.h \ src/systemd/sd-adapt/condition.h \