summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2016-02-16 10:03:46 +0100
committerAlexander Larsson <alexl@redhat.com>2016-02-16 10:03:46 +0100
commit5d5f8e96145cc399bff0363f7ca529000fc669d0 (patch)
tree01ddfedd08617634e9e188e43f694fa22eaa66ef /Makefile.am
parent5422cd3952801c9815242bedc7afc20cfac6acc8 (diff)
downloadbubblewrap-5d5f8e96145cc399bff0363f7ca529000fc669d0.tar.gz
Break out bind_mount() to separate 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 dbe0c1a..6b8ec98 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -8,6 +8,8 @@ bin_PROGRAMS = build-root
build_root_SOURCES = \
build-root.c \
+ bind-mount.h \
+ bind-mount.c \
network.h \
network.c \
utils.h \