summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 25e6bf5..a26be37 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -44,7 +44,9 @@ plugins_PYTHON = \
py/mock/plugins/ccache.py \
py/mock/plugins/root_cache.py \
py/mock/plugins/tmpfs.py \
- py/mock/plugins/yum_cache.py
+ py/mock/plugins/yum_cache.py \
+ py/mock/plugins/selinux.py
+
pkgpython_PYTHON = \
py/mock/__init__.py \