summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael E Brown <mebrown@michaels-house.net>2007-12-19 21:43:30 -0600
committerMichael E Brown <mebrown@michaels-house.net>2007-12-19 21:43:30 -0600
commit3b856bf60e26191921d2dce9e613b79deef9f775 (patch)
tree9d323dfcb6d2f11ff073ad788b50bc5b7df69398
parent5d9cda77ea5eaf6d76257dc6307bf1d1fdcb4970 (diff)
downloadmock-3b856bf60e26191921d2dce9e613b79deef9f775.tar.gz
mock-3b856bf60e26191921d2dce9e613b79deef9f775.tar.xz
mock-3b856bf60e26191921d2dce9e613b79deef9f775.zip
add tmpfs plugin to installation list.
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 284070e..89bbb72 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -43,6 +43,7 @@ plugins_PYTHON = \
py/mock/plugins/bind_mount.py \
py/mock/plugins/ccache.py \
py/mock/plugins/root_cache.py \
+ py/mock/plugins/tmpfs.py \
py/mock/plugins/yum_cache.py
pkgpython_PYTHON = \