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 4ff9f5a4fd..c67f0634b1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -808,7 +808,9 @@ libsystemd_shared_la_SOURCES = \ src/shared/async.c \ src/shared/async.h \ src/shared/eventfd-util.c \ - src/shared/eventfd-util.h + src/shared/eventfd-util.h \ + src/shared/copy.c \ + src/shared/copy.h nodist_libsystemd_shared_la_SOURCES = \ src/shared/errno-from-name.h \ |