summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2015-03-01 16:39:31 +0100
committerLennart Poettering <lennart@poettering.net>2015-03-02 12:15:25 +0100
commit432cea008720480f6eaae7e75e6ad255e91fe2b4 (patch)
tree80abd9fa28feb6c5ffb6bcccd02cbb72f52124e4 /Makefile.am
parent5ad096b3f1331b175340129a8c9a5a9d711e5415 (diff)
importd: split out setup logic for /var/lib/machines into its own API file
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index ee5401d54..9d41a2c71 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -977,6 +977,8 @@ libsystemd_label_la_SOURCES = \
src/shared/btrfs-ctree.h \
src/shared/machine-image.c \
src/shared/machine-image.h \
+ src/shared/machine-pool.c \
+ src/shared/machine-pool.h \
src/shared/copy.c \
src/shared/copy.h