diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 429da59ee7..8021c9db25 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1662,7 +1662,9 @@ systemd_nspawn_SOURCES = \ src/core/mount-setup.c \ src/core/mount-setup.h \ src/core/loopback-setup.c \ - src/core/loopback-setup.h + src/core/loopback-setup.h \ + src/core/fdset.c \ + src/core/fdset.h systemd_nspawn_LDADD = \ libsystemd-label.la \ |