summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMichael E Brown <mebrown@michaels-house.net>2007-10-21 06:14:00 -0500
committerMichael E Brown <mebrown@michaels-house.net>2007-10-21 06:14:00 -0500
commit117457586196119f9b4b9c80e2e761e81e21fecb (patch)
tree90391668335f0ac37d02148e3c77c186f4fc49a0 /Makefile.am
parentd115ea6765917221d8113459f381267598f4e076 (diff)
downloadmock-117457586196119f9b4b9c80e2e761e81e21fecb.tar.gz
mock-117457586196119f9b4b9c80e2e761e81e21fecb.tar.xz
mock-117457586196119f9b4b9c80e2e761e81e21fecb.zip
new plugin to optionally bind-mount host dirs into buildroot. not configured by default.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 77bc5cd..b974fc1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -43,6 +43,7 @@ man_MANS = docs/mock.1
pluginsdir = $(pkgpythondir)/plugins
plugins_PYTHON = \
+ src/py-libs/plugins/bind_mount.py \
src/py-libs/plugins/ccache.py \
src/py-libs/plugins/root_cache.py \
src/py-libs/plugins/yum_cache.py